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

@@ -26,7 +26,7 @@ describe("WIDGET FORM", () => {
//save the start url for later
let startUrl = null;
//funcs are async so need to get result via then
cy.url().then((url) => {
cy.url().then(url => {
startUrl = url;
});