This commit is contained in:
2020-10-07 15:30:34 +00:00
parent 2eb32a4fd8
commit 0185b6941c
12 changed files with 480 additions and 291 deletions

View File

@@ -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();