Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed Dec 12, 2024
1 parent 8581f73 commit d6030af
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ test('organization settings', ({ page }) =>
})
.cancel()
.organizationForm()
.withName(async (nameEl) => {
await expect(nameEl).toHaveText(NEW_NAME)
})
.cancel()
.organizationForm()
.fillEmail(INVALID_EMAIL)
.save()
.step('Setting invalid email should fail', (_, { api }) => {
Expand Down

0 comments on commit d6030af

Please sign in to comment.