diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 676428bf..083de4d2 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -24,8 +24,8 @@ modules: config: PhpBrowser: url: '%SITE_URL%' - adminUsername: 'zdev' - adminPassword: '' + adminUsername: 'dev' + adminPassword: '123' adminPath: '%SITE_URL%/wp-admin' step_decorators: ~ diff --git a/tests/acceptance/1_onboarding.feature b/tests/acceptance/1_onboarding.feature index 25ad4d99..2a7dd68a 100644 --- a/tests/acceptance/1_onboarding.feature +++ b/tests/acceptance/1_onboarding.feature @@ -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"