Skip to content

Commit 45f4707

Browse files
committed
fix: fixed run process command
1 parent 650d340 commit 45f4707

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo/tests/02_web_app/__init__.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Library Process
66
Library Browser
77

88
Suite Setup Init Webapps And Browser
9-
Suite Teardown Stop Webapps And Close Browser
9+
Suite Teardown Close Browser And Stop Webapps
1010

1111

1212
*** Keywords ***
1313
Init Webapps And Browser
14-
[Documentation] Start Webapps and open browser
15-
Run Process hatch run start-webapps
14+
[Documentation] Start Webapps instances and open browser
15+
Run Process hatch run start-webapps
1616
New Browser ${BROWSER} ${HEADLESS}
1717

18-
Stop Webapps And Close Browser
19-
[Documentation] Stop Webapps and close browser
20-
Run Process hatch run stop-webapps
18+
Close Browser And Stop Webapps
19+
[Documentation] Close Browser and stop web app instances
2120
Close Browser
21+
Run Process hatch run stop-webapps

0 commit comments

Comments
 (0)