Skip to content

Commit

Permalink
fix: removed codecept .only for a scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Oct 24, 2023
1 parent d4ba872 commit 960e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/tests/register_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function runTestSuite(config: typeof testConfigs.svod, providerName: string) {
I.see(constants.duplicateUserError);
});

Scenario.only(`I can register - ${providerName}`, async ({ I }) => {
Scenario(`I can register - ${providerName}`, async ({ I }) => {
I.fillField('Email', passwordUtils.createRandomEmail());
I.fillField('Password', passwordUtils.createRandomPassword());

Expand Down

0 comments on commit 960e068

Please sign in to comment.