Post merge - Fix for acceptance tests
This commit is contained in:
@@ -32,7 +32,7 @@ context('Document Types', () => {
|
||||
cy.get('[data-element="editor-add"]').click();
|
||||
|
||||
//Search for textstring
|
||||
cy.get('.umb-search-field').type('Textstring');
|
||||
cy.get('#datatype-search').type('Textstring');
|
||||
|
||||
// Choose first item
|
||||
cy.get('ul.umb-card-grid li [title="Textstring"]').closest("li").click();
|
||||
@@ -70,7 +70,7 @@ context('Document Types', () => {
|
||||
cy.umbracoContextMenuAction("action-delete").click();
|
||||
|
||||
cy.get('label.checkbox').click();
|
||||
cy.umbracoButtonByLabelKey("general_ok").click();
|
||||
cy.umbracoButtonByLabelKey("delete").click();
|
||||
|
||||
cy.contains(name).should('not.exist');
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ context('Media Types', () => {
|
||||
cy.get('[data-element="editor-add"]').click();
|
||||
|
||||
//Search for textstring
|
||||
cy.get('.umb-search-field').type('Textstring');
|
||||
cy.get('#datatype-search').type('Textstring');
|
||||
|
||||
// Choose first item
|
||||
cy.get('ul.umb-card-grid li [title="Textstring"]').closest("li").click();
|
||||
|
||||
@@ -29,7 +29,7 @@ context('Member Types', () => {
|
||||
cy.get('[data-element="editor-add"]').click();
|
||||
|
||||
//Search for textstring
|
||||
cy.get('.umb-search-field').type('Textstring');
|
||||
cy.get('#datatype-search').type('Textstring');
|
||||
|
||||
// Choose first item
|
||||
cy.get('ul.umb-card-grid li [title="Textstring"]').closest("li").click();
|
||||
|
||||
878
src/Umbraco.Web.UI.Client/package-lock.json
generated
878
src/Umbraco.Web.UI.Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user