Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Oct 2, 2023
1 parent f40b43b commit 14e088a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ it('C339339: 03 Checking the Advanced Settings tab, verifying the Front-end comp
cy.get('[class="alert alert-success"]').should('be.visible') //checking if saving returns green alert
//cy.window() will check if there are no Errors in console
});
it('C688472 Checking the Subscriptions tab, and console errors', () => {
it('C688472: Checking the Subscriptions tab, and console errors', () => {
cy.visit('/admin1/')
cy.OpeningModuleDashboardURL()
cy.get('#subtab-AdminMollieSubscriptionOrders').click()
cy.get('[id="invertus_mollie_subscription_grid_panel"]').should('be.visible')
});
it('C688473 Checking the Subscriptions FAQ, and console errors', () => {
it('C688473: Checking the Subscriptions FAQ, and console errors', () => {
cy.visit('/admin1/')
cy.OpeningModuleDashboardURL()
cy.get('#subtab-AdminMollieSubscriptionFAQ').click()
Expand Down

0 comments on commit 14e088a

Please sign in to comment.