Post merge - Fix for acceptance tests

This commit is contained in:
Bjarke Berg
2020-12-01 11:02:11 +01:00
parent 27b44c6594
commit 739194d71f
4 changed files with 443 additions and 443 deletions

View File

@@ -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');

View File

@@ -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();

View File

@@ -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();

File diff suppressed because it is too large Load Diff