This commit is contained in:
@@ -71,7 +71,7 @@ describe("SMOKE", () => {
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
cy.get("[data-cy=tfa]");
|
||||
//confirm a qrCode is actually being displayed
|
||||
cy.get("[data-cy=qrCodeImage]")
|
||||
cy.get("[data-cy=qrCodeImage]", { timeout: 15000 }) //this can be slow at times
|
||||
.should("be.visible")
|
||||
.and(($img) => {
|
||||
// "naturalWidth" and "naturalHeight" are set when the image loads
|
||||
@@ -157,7 +157,7 @@ describe("SMOKE", () => {
|
||||
cy.visit("/svc-workorders/1");
|
||||
cy.url().should("include", "svc-workorders/1");
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
cy.get("[data-cy=customerId]",{timeout:10000});
|
||||
cy.get("[data-cy=customerId]", { timeout: 10000 });
|
||||
|
||||
cy.visit("/svc-quotes");
|
||||
cy.url().should("include", "/svc-quotes");
|
||||
|
||||
Reference in New Issue
Block a user