This commit is contained in:
2026-02-15 11:27:52 -08:00
parent 89e4981193
commit 946ad9f155
5 changed files with 169 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ describe("Workorder creation", () => {
cy.ayChooseGZPickList("projectId", "e2e");
cy.get("[data-cy='serviceDate:date']").type(dayjs().format("YYYY-MM-DD"));
cy.get("[data-cy='serviceDate:time']").type(dayjs().format("HH:mm"));
cy.get("[data-cy=customerContactName]").type(`Jayne Smith`);
cy.get("[data-cy=customerContactName]").type(`Jayne Smith`);//26fail Timed out retrying after 5000ms: Expected to find element: [data-cy=customerContactName], but never found it.
cy.get("[data-cy=customerReferenceNumber]").type(
`cref-${Cypress.config("cyid")}`
);