Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
#231 refactoring
Browse files Browse the repository at this point in the history
#231 Adapt Tourversion
  • Loading branch information
cristinastefan90 committed Aug 6, 2019
1 parent 30d1df7 commit c991bb4
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -181,12 +181,7 @@ describe('Create a purchase order and Material Receipts', function() {
});

it('Open Purchase Invoice from notifications bell and check GrandTotal', function() {
cy.get('.header-item-badge.icon-lg i').click(); // notification icon
cy.get('.inbox-item-title') // search for text
.contains(vendorName)
.first()
.click();

cy.openNotificationWithText(vendorName);
// wait until current window is PurchaseInvoice
cy.url().should('contain', '/183/');

Expand Down

0 comments on commit c991bb4

Please sign in to comment.