Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ops): update deps #1889

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"import/no-default-export": "error",
"multiline-ternary": "off",
"jsx-a11y/mouse-events-have-key-events": "off",
"jsx-a11y/control-has-associated-label": "off",
"no-restricted-imports": [
"error",
{
Expand Down
36 changes: 18 additions & 18 deletions cypress/e2e/components/SearchBar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ context("search component macbook-16", () => {
cy.findByTestId("SearchResultRow.Block.123").should(
"have.attr",
"href",
"/blocks/61899dc1c56e96e404baadb78af1c9eb06b7800981322d6c2ea453e708d424a2"
"/blocks/61899dc1c56e96e404baadb78af1c9eb06b7800981322d6c2ea453e708d424a2",
);
});
});
Expand All @@ -26,14 +26,14 @@ context("search component macbook-16", () => {
cy.findByTestId("SearchBar.Input")
.click()
.type(
"ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
);
cy.findByTestId(
"SearchResultRow.Transaction.ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"SearchResultRow.Transaction.ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
).should(
"have.attr",
"href",
"/transactions/ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"/transactions/ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
);
});
});
Expand All @@ -45,11 +45,11 @@ context("search component macbook-16", () => {
.click()
.type("8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8");
cy.findByTestId(
"SearchResultRow.Address.8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8"
"SearchResultRow.Address.8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8",
).should(
"have.attr",
"href",
"/address/8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8"
"/address/8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8",
);
});
});
Expand Down Expand Up @@ -91,7 +91,7 @@ context("search component ipad-2", () => {
cy.findByTestId("SearchResultRow.Block.123").should(
"have.attr",
"href",
"/blocks/61899dc1c56e96e404baadb78af1c9eb06b7800981322d6c2ea453e708d424a2"
"/blocks/61899dc1c56e96e404baadb78af1c9eb06b7800981322d6c2ea453e708d424a2",
);
});
});
Expand All @@ -102,14 +102,14 @@ context("search component ipad-2", () => {
cy.findByTestId("SearchBar.Input")
.click()
.type(
"ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
);
cy.findByTestId(
"SearchResultRow.Transaction.ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"SearchResultRow.Transaction.ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
).should(
"have.attr",
"href",
"/transactions/ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"/transactions/ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
);
});
});
Expand All @@ -121,11 +121,11 @@ context("search component ipad-2", () => {
.click()
.type("8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8");
cy.findByTestId(
"SearchResultRow.Address.8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8"
"SearchResultRow.Address.8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8",
).should(
"have.attr",
"href",
"/address/8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8"
"/address/8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8",
);
});
});
Expand Down Expand Up @@ -171,7 +171,7 @@ context("search component iphone-x", () => {
cy.findByTestId("SearchResultRow.Block.123").should(
"have.attr",
"href",
"/blocks/61899dc1c56e96e404baadb78af1c9eb06b7800981322d6c2ea453e708d424a2"
"/blocks/61899dc1c56e96e404baadb78af1c9eb06b7800981322d6c2ea453e708d424a2",
);
});
});
Expand All @@ -183,14 +183,14 @@ context("search component iphone-x", () => {
cy.findByTestId("SearchBar.Input")
.click()
.type(
"ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
);
cy.findByTestId(
"SearchResultRow.Transaction.ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"SearchResultRow.Transaction.ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
).should(
"have.attr",
"href",
"/transactions/ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36"
"/transactions/ef8583af7b8ab2f18a423b0097a82bf38ebf2775d5e7042159dcc0da73450f36",
);
});
});
Expand All @@ -203,11 +203,11 @@ context("search component iphone-x", () => {
.click()
.type("8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8");
cy.findByTestId(
"SearchResultRow.Address.8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8"
"SearchResultRow.Address.8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8",
).should(
"have.attr",
"href",
"/address/8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8"
"/address/8MR5RWXEDdy9CpFdN5CG5WBe41EQJZ9ZJ8",
);
});
});
Expand Down
12 changes: 6 additions & 6 deletions cypress/e2e/components/WarningBanner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ context("Warning banner on desktop - Announcements", () => {
cy.findByTestId("warning_banner").should("exist");
cy.findByTestId("warning_banner").should(
"contain",
"Other announcements"
"Other announcements",
);
});
});
Expand Down Expand Up @@ -196,7 +196,7 @@ context(
cy.findByTestId("warning_banner").should("exist");
cy.findByTestId("warning_banner").should(
"contain",
"Other announcements"
"Other announcements",
);
});
cy.intercept("**/blockchain", {
Expand All @@ -215,7 +215,7 @@ context(
cy.findByTestId("warning_banner").should("exist");
cy.findByTestId("warning_banner").should(
"contain",
"We are currently investigating a syncing issue on the blockchain."
"We are currently investigating a syncing issue on the blockchain.",
);
});
});
Expand Down Expand Up @@ -246,7 +246,7 @@ context(
cy.findByTestId("warning_banner").should("exist");
cy.findByTestId("warning_banner").should(
"contain",
"We are currently investigating connection issues on Ocean API."
"We are currently investigating connection issues on Ocean API.",
);
});
});
Expand Down Expand Up @@ -277,9 +277,9 @@ context(
cy.findByTestId("warning_banner").should("exist");
cy.findByTestId("warning_banner").should(
"contain",
"We are currently investigating a syncing issue on the blockchain."
"We are currently investigating a syncing issue on the blockchain.",
);
});
});
}
},
);
12 changes: 6 additions & 6 deletions cypress/e2e/layouts/footer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ context("<Footer/> on macbook-16", () => {
.should(
"have.attr",
"href",
"https://www.linkedin.com/company/defichain"
"https://www.linkedin.com/company/defichain",
)
.should("be.visible")
.should("have.text", "LinkedIn");
Expand All @@ -47,7 +47,7 @@ context("<Footer/> on macbook-16", () => {
.should(
"have.attr",
"href",
"https://www.facebook.com/defichain.official"
"https://www.facebook.com/defichain.official",
)
.should("be.visible")
.should("have.text", "Facebook");
Expand Down Expand Up @@ -112,7 +112,7 @@ context("<Footer/> on macbook-16", () => {
.should("be.visible")
.should(
"have.text",
"DeFi Blockchain’s primary vision is to enable decentralized finance with Bitcoin-grade security, strength and immutability. It's a blockchain dedicated to fast, intelligent and transparent financial services, accessible by everyone. For more info, visit"
"DeFi Blockchain’s primary vision is to enable decentralized finance with Bitcoin-grade security, strength and immutability. It's a blockchain dedicated to fast, intelligent and transparent financial services, accessible by everyone. For more info, visit",
);

cy.findByTestId("FooterSectionAbout.DFCLink")
Expand Down Expand Up @@ -168,7 +168,7 @@ context("<Footer/> on iphone-x", () => {
.should(
"have.attr",
"href",
"https://www.linkedin.com/company/defichain"
"https://www.linkedin.com/company/defichain",
)
.should("be.visible")
.should("have.text", "LinkedIn");
Expand All @@ -182,7 +182,7 @@ context("<Footer/> on iphone-x", () => {
.should(
"have.attr",
"href",
"https://www.facebook.com/defichain.official"
"https://www.facebook.com/defichain.official",
)
.should("be.visible")
.should("have.text", "Facebook");
Expand Down Expand Up @@ -247,7 +247,7 @@ context("<Footer/> on iphone-x", () => {
.should("be.visible")
.should(
"have.text",
"DeFi Blockchain’s primary vision is to enable decentralized finance with Bitcoin-grade security, strength and immutability. It's a blockchain dedicated to fast, intelligent and transparent financial services, accessible by everyone. For more info, visit"
"DeFi Blockchain’s primary vision is to enable decentralized finance with Bitcoin-grade security, strength and immutability. It's a blockchain dedicated to fast, intelligent and transparent financial services, accessible by everyone. For more info, visit",
);

cy.findByTestId("FooterSectionAbout.DFCLink")
Expand Down
Loading