Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed May 6, 2024
1 parent f06f60e commit 53e01db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cucumber/steps/ui/shares.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ Then(
)

if (actionType === 'should') {
await expect(changeRole).not.toBeDisabled
await expect(changeShare).not.toBeDisabled
await expect(changeRole).not.toBeDisabled()
await expect(changeShare).not.toBeDisabled()
} else {
await expect(changeRole).toBeDisabled()
await expect(changeShare).toBeDisabled()
Expand Down

0 comments on commit 53e01db

Please sign in to comment.