Skip to content

Commit

Permalink
(fix):fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed Oct 8, 2023
1 parent 0ff2a1e commit 2445a46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/specs/stateless/ownership.4LD.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,11 @@ test.describe('Wrapped & Emancipated 4LD, Wrapped 3LD,2LD - Parent Owner and Man
await expect(ownershipPage.expiryPanelExpiry).toHaveCount(1)
await expect(ownershipPage.expiryPanelGracePeriod).toHaveCount(0)
await expect(ownershipPage.expiryPanelRegistrationDate).toHaveCount(0)
await expect(ownershipPage.expiryPanelParentExpiry).toHaveCount(0)
await expect(ownershipPage.expiryPanelParentExpiry).toHaveCount(1)
await expect(ownershipPage.expiryPanelParentGracePeriod).toHaveCount(0)

expect(await ownershipPage.getExpiryTimestamp()).not.toBeNull()

await expect(ownershipPage.extendButton).toHaveCount(0)
await expect(ownershipPage.setReminder).toHaveCount(0)
})
Expand Down

0 comments on commit 2445a46

Please sign in to comment.