From b535b6f2e9b1b05a7155c1ac81bcf87cc3bc0316 Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Wed, 24 May 2023 14:44:30 +0100 Subject: [PATCH] Fixed onboarding tests --- tests/acceptance.suite.yml | 4 ++-- tests/acceptance/1_onboarding.feature | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"