Fix javascript test
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ context('Partial View Macro Files', () => {
|
||||
// Assert
|
||||
cy.contains(fullName).should('not.exist');
|
||||
|
||||
// Clearn
|
||||
// Clean
|
||||
cleanup(name);
|
||||
});
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ context('Scripts', () => {
|
||||
cy.umbracoSection('settings');
|
||||
cy.get('li .umb-tree-root:contains("Settings")').should("be.visible");
|
||||
|
||||
cy.umbracoTreeItem("settings", ["Stylesheets"]).rightclick();
|
||||
cy.umbracoTreeItem("settings", ["Scripts"]).rightclick();
|
||||
|
||||
cy.umbracoContextMenuAction("action-create").click();
|
||||
cy.get('.menu-label').first().click(); // TODO: Fucked we cant use something like cy.umbracoContextMenuAction("action-mediaType").click();
|
||||
|
||||
Reference in New Issue
Block a user