Final (?) de-widgetification
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user