This commit is contained in:
@@ -42,7 +42,7 @@ describe("SEARCH", () => {
|
||||
|
||||
cy.get("[data-cy=btnopenitem1] > .v-list-item__title")
|
||||
.invoke("text")
|
||||
.then((t) => {
|
||||
.then(t => {
|
||||
sub = t;
|
||||
//nave to first result form
|
||||
cy.get("[data-cy=btnopenitem1]").click();
|
||||
|
||||
Reference in New Issue
Block a user