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