From 80a7e3f585d2f353c407266e12f50fcdb0d31e80 Mon Sep 17 00:00:00 2001 From: dimitriyTsemma Date: Mon, 17 Feb 2025 17:08:51 +0200 Subject: [PATCH] FRW-9083 Fixing tests --- .github/workflows/ci.yml | 4 ++-- composer.json | 2 +- composer.lock | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85b9ce1863..ea1213cbd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1169,7 +1169,7 @@ jobs: - name: Install cypress-tests folder run: | - cd ./data && composer require "spryker/cypress-tests:dev-master" --dev --no-interaction + cd ./data && composer require "spryker/cypress-tests:dev-feature/frw-9083/master-update-customer-email-confirmation" --dev --no-interaction cp -r vendor ../vendor - name: Install docker-compose @@ -1223,7 +1223,7 @@ jobs: - name: Install cypress-tests folder run: | - cd ./data && composer require "spryker/cypress-tests:dev-master" --dev --no-interaction + cd ./data && composer require "spryker/cypress-tests:dev-feature/frw-9083/master-update-customer-email-confirmation" --dev --no-interaction cp -r vendor ../vendor - name: Install docker-compose diff --git a/composer.json b/composer.json index e3abc84aff..f400769095 100644 --- a/composer.json +++ b/composer.json @@ -271,7 +271,7 @@ "spryker-sdk/phpstan-spryker": "^0.4.0", "spryker/architecture-sniffer": "^0.5.5", "spryker/code-sniffer": "^0.17.18", - "spryker/cypress-tests": "dev-master", + "spryker/cypress-tests": "dev-feature/frw-9083/master-update-customer-email-confirmation", "spryker/docker-chromedriver": "dev-master", "spryker/profiler": "^0.1.1", "spryker/robotframework-suite-tests": "dev-master", diff --git a/composer.lock b/composer.lock index 8baa9822d9..056eeb8225 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fcbe1dc00ca149809ebd90e4c977dfa4", + "content-hash": "6a5a39da4500f88798cd6972549fa4e2", "packages": [ { "name": "async-aws/core", @@ -68589,19 +68589,18 @@ }, { "name": "spryker/cypress-tests", - "version": "dev-master", + "version": "dev-feature/frw-9083/master-update-customer-email-confirmation", "source": { "type": "git", "url": "https://github.com/spryker/cypress-tests.git", - "reference": "059dbfdd2fb29df3bf5cd104937569baf28a09c0" + "reference": "c1793f15726e646b8cdd22019970b1f1e4fe210c" }, - "default-branch": true, "type": "library", "license": [ "MIT" ], "description": "This repository is dedicated to housing an extensive collection of UI end-to-end tests, meticulously crafted using Cypress for Spryker applications. These tests are designed to thoroughly evaluate the user interface, ensuring that all interactions and visual elements function as intended in real-world scenarios. By leveraging Cypress's advanced browser automation capabilities, this suite provides an efficient and effective means of validating the user experience, confirming the seamless operation and aesthetic integrity of Spryker's front-end components. Our commitment to rigorous UI testing helps maintain the high standard of quality and reliability that Spryker users expect.", - "time": "2025-02-14T09:06:52+00:00" + "time": "2025-02-17T14:33:54+00:00" }, { "name": "spryker/development",