Skip to content

Commit f17f8f0

Browse files
committed
Fix acceptance tests
1 parent e1a4f4c commit f17f8f0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

atest/acceptance/keywords/choose_file.robot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Choose File With Grid From Library Using SL choose_file method
4545

4646
Input Text Should Work Same Way When Not Using Grid
4747
[Documentation]
48-
... LOG 1:6 DEBUG GLOB: POST*/session/*/clear {*
49-
... LOG 1:9 DEBUG Finished Request
50-
... LOG 1:10 DEBUG GLOB: POST*/session/*/value*"text": "*
51-
... LOG 1:13 DEBUG Finished Request
52-
... LOG 1:14 DEBUG NONE
48+
... LOG 1:6 DEBUG GLOB: POST*/session/*/clear {*
49+
... LOG 1:9 DEBUG Finished Request
50+
... LOG 1:10 DEBUG REGEXP: POST.*/session/.*/value.*['\\\"]text['\\\"]: ['\\\"].*
51+
... LOG 1:13 DEBUG Finished Request
52+
... LOG 1:14 DEBUG NONE
5353
[Tags] NoGrid
5454
[Setup] Touch ${CURDIR}${/}temp.txt
5555
Input Text file_to_upload ${CURDIR}${/}temp.txt

atest/acceptance/keywords/click_element.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Click Element Action Chain
4040
[Tags] NoGrid
4141
[Documentation]
4242
... LOB 1:1 INFO Clicking 'singleClickButton' using an action chain.
43-
... LOG 1:6 DEBUG GLOB: *actions {"actions": [{*
43+
... LOG 1:6 DEBUG REGEXP: .*actions {['\\\"]actions['\\\"]: \\\[\\\{.*
4444
Click Element singleClickButton action_chain=True
4545
Element Text Should Be output single clicked
4646

atest/acceptance/keywords/page_load_timeout.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Test Teardown Close Browser And Reset Page Load Timeout
77
*** Test Cases ***
88
Should Open Browser With Default Page Load Timeout
99
[Documentation] Verify that 'Open Browser' changes the page load timeout.
10-
... LOG 1.1.1:27 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {"pageLoad": 300000}
10+
... LOG 1.1.1:27 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {['\\\"]pageLoad['\\\"]: 300000}
1111
... LOG 1.1.1:29 DEBUG STARTS: Remote response: status=200
1212
# Note: previous log check was 33 and 37. Recording to see if something is swtiching back and forth
1313
Open Browser To Start Page
@@ -21,8 +21,8 @@ Should Run Into Timeout Exception
2121

2222
Should Set Page Load Timeout For All Opened Browsers
2323
[Documentation] One browser is already opened as global suite setup.
24-
... LOG 2:1 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {"pageLoad": 5000}
25-
... LOG 2:5 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {"pageLoad": 5000}
24+
... LOG 2:1 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {['\\\"]pageLoad['\\\"]: 5000}
25+
... LOG 2:5 DEBUG REGEXP: POST http://localhost:\\d{2,5}/session/[a-f0-9-]+/timeouts {['\\\"]pageLoad['\\\"]: 5000}
2626
Open Browser To Start Page
2727
Set Selenium Page Load Timeout 5 s
2828

0 commit comments

Comments
 (0)