File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Feature: SeleniumBase scenarios for the RealWorld App # features/realworld.featu
1414
1515 Scenario: Verify RealWorld App (log in / sign out) # features/realworld.feature:3
1616 Given Open " seleniumbase.io/realworld/login" # ../../sbase/steps.py:10
17- And Clear Session Storage # ../../sbase/steps.py:389
17+ And Clear Session Storage # ../../sbase/steps.py:391
1818 When Type " demo_user" into " #username" # ../../sbase/steps.py:28
1919 And Type " secret_pass" into " #password" # ../../sbase/steps.py:28
20- And Do MFA " GAXG2MTEOR3DMMDG" into " #totpcode" # ../../sbase/steps.py:192
20+ And Do MFA " GAXG2MTEOR3DMMDG" into " #totpcode" # ../../sbase/steps.py:194
2121 Then Assert exact text " Welcome!" in " h1" # ../../sbase/steps.py:85
22- And Highlight " img#image1" # ../../sbase/steps.py:93
22+ And Highlight " img#image1" # ../../sbase/steps.py:95
2323 And Click ' a:contains("This Page")' # ../../sbase/steps.py:19
24- And Save screenshot to logs # ../../sbase/steps.py:118
25- When Click link " Sign out" # ../../sbase/steps.py:102
24+ And Save screenshot to logs # ../../sbase/steps.py:120
25+ When Click link " Sign out" # ../../sbase/steps.py:104
2626 Then Assert element ' a:contains("Sign in")' # ../../sbase/steps.py:60
2727 And Assert text " You have been signed out!" # ../../sbase/steps.py:77
2828 ✅ Scenario Passed!
You can’t perform that action at this time.
0 commit comments