Remove system-ui test
This commit is contained in:
parent
b0d06b6ddb
commit
5f1af44fed
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ describe("Base/Generic", () => {
|
|||
it("has correct form elements", () => {
|
||||
cy.get("body, button, input, optgroup, select, textarea").then(($) => {
|
||||
const cs = window.getComputedStyle($[0]);
|
||||
expect(cs.fontFamily).to.contains("system-ui");
|
||||
expect(cs.fontFamily).to.contains("-apple-system");
|
||||
expect(cs.fontFamily).to.contains("Helvetica");
|
||||
expect(cs.fontFamily).to.contains("Arial");
|
||||
|
@ -51,7 +50,6 @@ describe("Base/Generic", () => {
|
|||
cy.get("body").then(($) => {
|
||||
const cs = window.getComputedStyle($[0]);
|
||||
expect(cs.color).to.equal(Cypress.env("text"));
|
||||
expect(cs.fontFamily).to.contains("system-ui");
|
||||
expect(cs.fontFamily).to.contains("-apple-system");
|
||||
expect(cs.fontFamily).to.contains("Helvetica");
|
||||
expect(cs.fontFamily).to.contains("Arial");
|
||||
|
|
Loading…
Add table
Reference in a new issue