Skip to content

Commit

Permalink
community key
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed May 31, 2024
1 parent fd6c554 commit 6fdcb2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions cypress/integration/testSpec.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -98,6 +98,8 @@ describe("Token claim site", () => {
});
});

cy.wait(600000)

cy.contains("Requires Gas", { timeout: 20000 }).should(
"have.text",
"Requires Gas"
Expand Down
2 changes: 1 addition & 1 deletion src/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const typePolicies = {
},
};

const ENS_GRAPH_API_KEY = '13ef776c0372f7c14eb7c019a0f80272'
const ENS_GRAPH_API_KEY = 'fb9b07f6c149fbdbe946149837a1d673'

const getGraphqlUri = (operation) => {
const { operationName } = operation;
Expand Down

0 comments on commit 6fdcb2f

Please sign in to comment.