From 14e088a438bcbc8c143f500e4c78631686cd26bd Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 2 Oct 2023 17:01:48 +0300 Subject: [PATCH] small typo --- .../e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()