Skip to content

Commit 23d8514

Browse files
committed
Fixed couple checks on expected log messages under atest
1 parent 489f103 commit 23d8514

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

atest/acceptance/multiple_browsers_service.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Documentation Creating test which would work on all browser is not possible.
99
*** Test Cases ***
1010
Chrome Browser With Chrome Service As String
1111
[Documentation]
12-
... LOG 2:2 DEBUG STARTS: Started executable:
13-
... LOG 2:3 DEBUG GLOB: POST*/session*
12+
... LOG 2:3 DEBUG STARTS: Started executable:
13+
... LOG 2:4 DEBUG GLOB: POST*/session*
1414
${driver_path}= Get Driver Path Chrome
1515
Open Browser ${FRONT PAGE} Chrome remote_url=${REMOTE_URL}
1616
... service=executable_path='${driver_path}'
@@ -24,8 +24,8 @@ Chrome Browser With Chrome Service As String With service_args As List
2424

2525
Firefox Browser With Firefox Service As String
2626
[Documentation]
27-
... LOG 2:2 DEBUG STARTS: Started executable:
28-
... LOG 2:3 DEBUG GLOB: POST*/session*
27+
... LOG 2:3 DEBUG STARTS: Started executable:
28+
... LOG 2:4 DEBUG GLOB: POST*/session*
2929
${driver_path}= Get Driver Path Firefox
3030
Open Browser ${FRONT PAGE} Firefox remote_url=${REMOTE_URL}
3131
... service=executable_path='${driver_path}'

0 commit comments

Comments
 (0)