Skip to content

Commit

Permalink
bump ens-test and fix a e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 4, 2025
1 parent 5602d5f commit 5b87138
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 90 deletions.
4 changes: 2 additions & 2 deletions e2e/specs/stateless/extendNames.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ test('should be able to extend a single unwrapped name from profile', async ({

await test.step('should show correct fiat values', async () => {
await extendNamesModal.getCurrencyToggle.click({ force: true })
await expect(extendNamesModal.getInvoiceExtensionFee).toContainText('$10.00')
await expect(extendNamesModal.getInvoiceExtensionFee).toContainText('$10.01')
await expect(extendNamesModal.getInvoiceTransactionFee).toContainText('$0.13')
await expect(extendNamesModal.getInvoiceTotal).toContainText('$10.13')
await expect(extendNamesModal.getInvoiceTotal).toContainText('$10.14')
await extendNamesModal.getCounterMinusButton.click()
await expect(extendNamesModal.getInvoiceExtensionFee).toContainText('$5.00')
await expect(extendNamesModal.getInvoiceTransactionFee).toContainText('$0.13')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^3.14.1",
"@ensdomains/buffer": "^0.1.1",
"@ensdomains/ens-test-env": "0.5.0-beta.9",
"@ensdomains/ens-test-env": "0.6.0",
"@ensdomains/headless-web3-provider": "^1.0.8",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@next/bundle-analyzer": "^13.4.19",
Expand Down
Loading

0 comments on commit 5b87138

Please sign in to comment.