Final (?) de-widgetification

This commit is contained in:
2021-09-07 14:33:48 +00:00
parent 195edf7791
commit db8eafb1c0
22 changed files with 44 additions and 1062 deletions

View File

@@ -46,7 +46,7 @@ describe("SEARCH", () => {
sub = t;
//nave to first result form
cy.get("[data-cy=btnopenitem1]").click();
cy.url().should("include", "/widget");
cy.url().should("include", "/customer");
//name field should contain whatever was shown in search results list
cy.contains(sub).should("exist");
});