Skip to content

Commit

Permalink
Fixed onboarding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed May 24, 2023
1 parent c3cecd2 commit b535b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ modules:
config:
PhpBrowser:
url: '%SITE_URL%'
adminUsername: 'zdev'
adminPassword: ''
adminUsername: 'dev'
adminPassword: '123'
adminPath: '%SITE_URL%/wp-admin'

step_decorators: ~
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/1_onboarding.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Feature: Onboarding Wizard
Then I can see that I am on the "Hosting" step of onboarding wizard

Given I want to "Setup the fourth step of onboarding wizard"
When I click "Not interested right now." link
When I click "Skip Step" link
Then I can see that I am on the "Done!" step of onboarding wizard

Given I want to "Check that Categories step was setup correctly"
Expand Down

0 comments on commit b535b6f

Please sign in to comment.