From 6fdcb2f3588e2ca148151b2c522564009bc01c90 Mon Sep 17 00:00:00 2001 From: Leon Talbert Date: Fri, 31 May 2024 13:47:27 +0800 Subject: [PATCH] community key --- cypress/integration/testSpec.spec.js | 6 ++++-- src/apollo.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cypress/integration/testSpec.spec.js b/cypress/integration/testSpec.spec.js index 37f7ac4..4f8bed4 100644 --- a/cypress/integration/testSpec.spec.js +++ b/cypress/integration/testSpec.spec.js @@ -61,11 +61,11 @@ describe("Token claim site", () => { exact: false, }); - cy.get('[data-testid="delegate-box-name"]', { timeout: 25000 }) + cy.get('[data-testid="delegate-box-name"]', { timeout: 55000 }) .first() .invoke("text") .then((name) => { - cy.get('[data-testid="delegate-box-name"]', { timeout: 25000 }) + cy.get('[data-testid="delegate-box-name"]', { timeout: 55000 }) .first() .click(); cy.contains("Gas Free", { timeout: 20000 }).should( @@ -98,6 +98,8 @@ describe("Token claim site", () => { }); }); + cy.wait(600000) + cy.contains("Requires Gas", { timeout: 20000 }).should( "have.text", "Requires Gas" diff --git a/src/apollo.js b/src/apollo.js index 9737876..ddcfb77 100644 --- a/src/apollo.js +++ b/src/apollo.js @@ -90,7 +90,7 @@ const typePolicies = { }, }; -const ENS_GRAPH_API_KEY = '13ef776c0372f7c14eb7c019a0f80272' +const ENS_GRAPH_API_KEY = 'fb9b07f6c149fbdbe946149837a1d673' const getGraphqlUri = (operation) => { const { operationName } = operation;