File tree Expand file tree Collapse file tree
atest/acceptance/keywords Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ Choose File With Grid From Library Using SL choose_file method
4545
4646Input 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Test Teardown Close Browser And Reset Page Load Timeout
77*** Test Cases ***
88Should 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
2222Should 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
You can’t perform that action at this time.
0 commit comments