Update cypress test to make macros in the grid work again

This commit is contained in:
Sebastiaan Janssen
2021-04-07 15:44:28 +02:00
parent 2d2a89f216
commit 9fdbbb54fb

View File

@@ -761,7 +761,7 @@ context('Content', () => {
cy.umbracoTreeItem("content", [name]).click();
// Click add
cy.get(':nth-child(2) > .preview-row > .preview-col > .preview-cell').click(); // Choose 1 column layout.
cy.get('.umb-column > .templates-preview > :nth-child(2) > .ng-binding').click(); // Choose headline
cy.get('.umb-column > .templates-preview > :nth-child(2) > small').click(); // Choose headline
cy.get('.umb-cell-placeholder').click();
// Click macro
cy.get(':nth-child(4) > .umb-card-grid-item > :nth-child(1)').click();