Skip to content

Commit

Permalink
Update E2E tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Jan 24, 2025
1 parent 2405764 commit 65f5352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/onboarding/step-1-accounts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ test.describe( 'Set up accounts', () => {
test.describe( 'When all accounts are connected and store address is fulfilled', async () => {
test.beforeAll( async () => {
await setUpAccountsPage.mockAdsAccountConnected();
await setUpAccountsPage.mockMCConnected();
await setUpAccountsPage.mockMCConnected( 1, true, 'approved' );
await setUpAccountsPage.mockAdsStatusClaimed();
await setUpAccountsPage.mockContactInformation( {} );

Expand Down

0 comments on commit 65f5352

Please sign in to comment.