diff --git a/.github/workflows/automation-ui-test-run.yml b/.github/workflows/automation-ui-test-run.yml index 5492074..03eb261 100644 --- a/.github/workflows/automation-ui-test-run.yml +++ b/.github/workflows/automation-ui-test-run.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up JDK 22 for x64 - uses: actions/setup-java@4 + uses: actions/setup-java@v4 with: java-version: '22' distribution: 'temurin' 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 33c6b52..01e8f5f 100644 --- a/src/test/java/com/github/eataborda/ui/features/StandardUserTest.java +++ b/src/test/java/com/github/eataborda/ui/features/StandardUserTest.java @@ -85,7 +85,7 @@ public void cartItemsPersistenceTest() { @DisplayName(AnnotationValues.ORDER_INVENTORY_ITEMS_DISPLAY_NAME) public void orderInventoryItemsTest() { loginPage.loginValidUser(LoginUser.STANDARD_USER.getUser(), LoginUser.STANDARD_USER.getPassword()); - //// initial list of items + // initial list of items List initialNameList = inventoryPage.getItemNameList(); SoftAssertions softAssertions = new SoftAssertions();