File tree 3 files changed +9
-9
lines changed
atest/acceptance/keywords
3 files changed +9
-9
lines changed 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
45
45
46
46
Input Text Should Work Same Way When Not Using Grid
47
47
[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
53
53
[Tags] NoGrid
54
54
[Setup] Touch ${CURDIR }${/ } temp.txt
55
55
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
40
40
[Tags] NoGrid
41
41
[Documentation]
42
42
... 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['\\\"]: \\\[\\\{. *
44
44
Click Element singleClickButton action_chain=True
45
45
Element Text Should Be output single clicked
46
46
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Test Teardown Close Browser And Reset Page Load Timeout
7
7
*** Test Cases ***
8
8
Should Open Browser With Default Page Load Timeout
9
9
[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}
11
11
... LOG 1.1.1:29 DEBUG STARTS: Remote response: status=200
12
12
# Note: previous log check was 33 and 37. Recording to see if something is swtiching back and forth
13
13
Open Browser To Start Page
@@ -21,8 +21,8 @@ Should Run Into Timeout Exception
21
21
22
22
Should Set Page Load Timeout For All Opened Browsers
23
23
[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}
26
26
Open Browser To Start Page
27
27
Set Selenium Page Load Timeout 5 s
28
28
You can’t perform that action at this time.
0 commit comments