Skip to content

Commit

Permalink
Fix e2e test.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvinb committed Sep 17, 2024
1 parent f1fd765 commit 7adc092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/specs/setup-mc/step-4-complete-campaign.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ test.describe( 'Complete your campaign', () => {
},
],
} );

await completeCampaign.goto();
} );

test( 'should see validation error if lower than the 30%', async () => {
Expand Down

0 comments on commit 7adc092

Please sign in to comment.