diff --git a/.github/workflows/automation-ui-test-run.yml b/.github/workflows/automation-ui-test-run.yml index 85b6c63..6814cc9 100644 --- a/.github/workflows/automation-ui-test-run.yml +++ b/.github/workflows/automation-ui-test-run.yml @@ -17,6 +17,8 @@ jobs: distribution: 'temurin' architecture: x64 - uses: browser-actions/setup-chrome@latest + with: + chrome-version: 128 - 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 f01c9c8..bcbf421 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 up + //// initial list of item upd List initialNameList = inventorySteps.getItemNameList(); // inventory order name z to a