Skip to content

Commit

Permalink
turn on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Nov 20, 2023
1 parent 02d6d3d commit f6a1aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/functional/Authorized.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test.skip(`@AccountImage @Authorized @SignUp Sign up`, async ({ commonPage }) =>
await commonPage.isSignedIn()
})

test.only(`@AccountImage @Authorized Check profile info`, async ({ authorized }) => {
test(`@AccountImage @Authorized Check profile info`, async ({ authorized }) => {
await authorized.openAccount()
await authorized.checkProfile()
})
Expand Down

0 comments on commit f6a1aa4

Please sign in to comment.