This commit is contained in:
2020-06-20 00:24:36 +00:00
parent 10693a9bc3
commit 85006be6c1
6 changed files with 120 additions and 143 deletions

View File

@@ -7,7 +7,7 @@
// password: Cypress.env("adminpassword")
// })
// .its("body")
// .then(res => {
// .thsden(res => {
// user = res;
// });
// });

View File

@@ -36,7 +36,7 @@ describe("SEARCH", () => {
let sub = null;
//funcs are async so need to get result via then
// cy.url().then(url => {
// cy.url().thsen(url => {
// startUrl = url;
// });