Skip to content

Commit

Permalink
tag edited
Browse files Browse the repository at this point in the history
  • Loading branch information
tttt24 committed Jul 3, 2024
1 parent 1a0ef18 commit cadf2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/tests/create-new-wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Pages } from '../page-objects';
import { envVars } from '../utils/env.utils';

describeScenario('Create new wallet', () => {
test('Create new wallet: positive', { tag: '@create' }, async () => {
test('Create new wallet: positive', { tag: '@create-wallet' }, async () => {
await Pages.Welcome.createNewWalletButton.waitForDisplayed();
await Pages.Welcome.createNewWalletButton.click();

Expand Down

0 comments on commit cadf2f2

Please sign in to comment.