Skip to content

Commit 0aadc75

Browse files
committed
Update the documentation
1 parent dd9a5f9 commit 0aadc75

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

examples/behave_bdd/ReadMe.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Dashboard: /Users/michael/github/SeleniumBase/examples/behave_bdd/dashboard.html
1313
Feature: SeleniumBase scenarios for the RealWorld App # features/realworld.feature:1
1414

1515
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
2828
✅ Scenario Passed!
2929

3030
- Dashboard: /Users/michael/github/SeleniumBase/examples/behave_bdd/dashboard.html
@@ -72,7 +72,7 @@ Feature: SeleniumBase scenarios for the Calculator App # features/calculator.fea
7272
Took 0m1.672s
7373
```
7474

75-
🔵🐝⚪ With the Dashboard enabled, you'll get one of these:
75+
🐝⚪ With the Dashboard enabled, you'll get one of these:
7676

7777
<img src="https://seleniumbase.io/cdn/img/sb_behave_dashboard.png" title="SeleniumBase" width="600">
7878

integrations/behave/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Feature: SeleniumBase scenarios for the Calculator App # features/calculator.fea
6969
Took 0m1.672s
7070
```
7171

72-
🔵🐝⚪ With the Dashboard enabled, you'll get one of these:
72+
🐝⚪ With the Dashboard enabled, you'll get one of these:
7373

7474
<img src="https://seleniumbase.io/cdn/img/sb_behave_dashboard.png" title="SeleniumBase" width="600">
7575

0 commit comments

Comments
 (0)