diff --git a/.github/workflows/automation-ui-test-run.yml b/.github/workflows/automation-ui-test-run.yml index 777cca3..ca7328d 100644 --- a/.github/workflows/automation-ui-test-run.yml +++ b/.github/workflows/automation-ui-test-run.yml @@ -16,8 +16,6 @@ jobs: java-version: '22' distribution: 'temurin' architecture: x64 - - name: Remove Chrome - run: sudo apt-get remove google-chrome-stable - name: Get chrome version run: google-chrome --version - name: Gradle run diff --git a/src/test/java/com/github/eataborda/ui/features/StandardUserTest.java b/src/test/java/com/github/eataborda/ui/features/StandardUserTest.java index ef496d1..7e477fb 100644 --- a/src/test/java/com/github/eataborda/ui/features/StandardUserTest.java +++ b/src/test/java/com/github/eataborda/ui/features/StandardUserTest.java @@ -102,7 +102,7 @@ public void orderInventoryItemsTest() { SoftAssertions softAssertions = new SoftAssertions(); loginSteps.login(LoginUser.STANDARD_USER.getUser(), LoginUser.STANDARD_USER.getPassword()); - //// initial list of item updateddddddd + //// initial list of item updatedddddddd List initialNameList = inventorySteps.getItemNameList(); // inventory order name z to a