From 6f793875c24612c5b347a108de15b3b5a8c78085 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 2 Apr 2024 16:32:25 +0300 Subject: [PATCH] adding PS8 testrail cases numbering, small typos fixing PS1785 WIP --- .github/workflows/E2E_On_PR.yml | 17 +++++++++-------- .../e2e/ps8/07_mollie.ps8.Cloudsync.specs.js | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/E2E_On_PR.yml b/.github/workflows/E2E_On_PR.yml index e517d33eb..119cf4207 100755 --- a/.github/workflows/E2E_On_PR.yml +++ b/.github/workflows/E2E_On_PR.yml @@ -15,14 +15,15 @@ jobs: fail-fast: false matrix: include: - - prestashop: 'PS1785' - make: 'make VERSION=1785 e2eh1785' - subdomain: 'demoshop1785' - port: '8002' - yml: 'docker-compose.1785.yml' - url: 'https://demoshop1785debug.ngrok.io' - test_spec: '**/cypress/e2e/ps1785/**' - TestRailID: R4954 + # temporary WIP for this PS version, possible bug blocker + # - prestashop: 'PS1785' + # make: 'make VERSION=1785 e2eh1785' + # subdomain: 'demoshop1785' + # port: '8002' + # yml: 'docker-compose.1785.yml' + # url: 'https://demoshop1785debug.ngrok.io' + # test_spec: '**/cypress/e2e/ps1785/**' + # TestRailID: R4954 - prestashop: 'PS8' make: 'make VERSION=8 e2eh8' subdomain: 'demoshop8' diff --git a/cypress/e2e/ps8/07_mollie.ps8.Cloudsync.specs.js b/cypress/e2e/ps8/07_mollie.ps8.Cloudsync.specs.js index c00de4295..1a39a29ec 100644 --- a/cypress/e2e/ps8/07_mollie.ps8.Cloudsync.specs.js +++ b/cypress/e2e/ps8/07_mollie.ps8.Cloudsync.specs.js @@ -13,16 +13,16 @@ afterEach(() => { afterEach(function() { if (this.currentTest.state === "failed") failEarly = true }); -describe('PS8 Cloudsync tests', () => { +describe('PS8 CloudSync tests', () => { beforeEach(() => { cy.viewport(1920,1080) cy.CachingBOFOPS8() }) -it('Checking if the CloudSync UI is appearing in the module', () => { +it('C2885757: Checking if the CloudSync UI is appearing in the module', () => { cy.OpeningModuleDashboardURL() cy.CloudSyncUI() }) -it('Checking if the PS Accounts / Popup UI is appearing in the module', () => { +it('C2885758: Checking if the PS Accounts / Popup UI is appearing in the module', () => { cy.OpeningModuleDashboardURL() cy.PsAccountsUI() });