diff --git a/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js b/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js index d8b5a0415..f9f41e6f6 100755 --- a/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js +++ b/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js @@ -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()