@@ -13,18 +13,18 @@ Dashboard: /Users/michael/github/SeleniumBase/examples/behave_bdd/dashboard.html
13
13
Feature: SeleniumBase scenarios for the RealWorld App # features/realworld.feature:1
14
14
15
15
Scenario: Verify RealWorld App (log in / sign out) # features/realworld.feature:3
16
- Given Open " seleniumbase.io/realworld/login" # ../../sbase/steps.py:4
17
- And Clear Session Storage # ../../sbase/steps.py:374
18
- When Type " demo_user" into " #username" # ../../sbase/steps.py:22
19
- And Type " secret_pass" into " #password" # ../../sbase/steps.py:22
20
- And Do MFA " GAXG2MTEOR3DMMDG" into " #totpcode" # ../../sbase/steps.py:179
21
- Then Assert exact text " Welcome!" in " h1" # ../../sbase/steps.py:75
22
- And Highlight " img#image1" # ../../sbase/steps.py:82
23
- And Click ' a:contains("This Page")' # ../../sbase/steps.py:13
24
- And Save screenshot to logs # ../../sbase/steps.py:107
25
- When Click link " Sign out" # ../../sbase/steps.py:91
26
- Then Assert element ' a:contains("Sign in")' # ../../sbase/steps.py:52
27
- And Assert text " You have been signed out!" # ../../sbase/steps.py:68
16
+ Given Open " seleniumbase.io/realworld/login" # ../../sbase/steps.py:10
17
+ And Clear Session Storage # ../../sbase/steps.py:389
18
+ When Type " demo_user" into " #username" # ../../sbase/steps.py:28
19
+ And Type " secret_pass" into " #password" # ../../sbase/steps.py:28
20
+ And Do MFA " GAXG2MTEOR3DMMDG" into " #totpcode" # ../../sbase/steps.py:192
21
+ Then Assert exact text " Welcome!" in " h1" # ../../sbase/steps.py:85
22
+ And Highlight " img#image1" # ../../sbase/steps.py:93
23
+ 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
26
+ Then Assert element ' a:contains("Sign in")' # ../../sbase/steps.py:60
27
+ And Assert text " You have been signed out!" # ../../sbase/steps.py:77
28
28
✅ Scenario Passed!
29
29
30
30
- Dashboard: /Users/michael/github/SeleniumBase/examples/behave_bdd/dashboard.html
@@ -72,7 +72,7 @@ Feature: SeleniumBase scenarios for the Calculator App # features/calculator.fea
72
72
Took 0m1.672s
73
73
```
74
74
75
- 🔵 🐝⚪ With the Dashboard enabled, you'll get one of these:
75
+ 🐝⚪ With the Dashboard enabled, you'll get one of these:
76
76
77
77
<img src =" https://seleniumbase.io/cdn/img/sb_behave_dashboard.png " title =" SeleniumBase " width =" 600 " >
78
78
0 commit comments