Assert success notification after publishign content in rollback test

This commit is contained in:
Mole
2020-10-07 13:04:23 +02:00
parent df607dbef8
commit 3137c01ea1

View File

@@ -313,6 +313,7 @@ context('Content', () => {
// Save and publish
cy.get('.btn-success').first().click();
cy.umbracoSuccessNotification().should('be.visible');
// Rollback
cy.get('.umb-box-header :button').click();