diff --git a/.github/workflows/automation-ui-test-run.yml b/.github/workflows/automation-ui-test-run.yml index db915b6..dfe2a9b 100644 --- a/.github/workflows/automation-ui-test-run.yml +++ b/.github/workflows/automation-ui-test-run.yml @@ -23,13 +23,13 @@ jobs: if: always() continue-on-error: true with: - ref: gh-pages - path: gh-pages + ref: main + path: main - name: Build test report uses: simple-elf/allure-report-action@v1.7 if: always() with: - gh_pages: gh-pages + gh_pages: main allure_history: allure-history allure_results: build/allure-results - name: Publish test report @@ -37,5 +37,5 @@ jobs: if: always() with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_branch: gh-pages + publish_branch: main publish_dir: allure-history \ No newline at end of file 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 44de109..a0baff2 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 updated + //// initial list of item List initialNameList = inventorySteps.getItemNameList(); // inventory order name z to a