Skip to content

Commit

Permalink
Update repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Nov 24, 2024
1 parent 78ca82f commit cf7bf2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
architecture: x64
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: 128
chrome-version: 131
install-chromedriver: true
- name: Gradle run
run: ./gradlew -DincludeTags="regression" -Ddriver="chrome" -DdriverArguments="--headless=new;--window-size=1920,1080;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void verifyCheckoutUserDataTest() {
checkOutStepOneSteps.continueShopping();
AssertSteps.softAssertIsEqualTo(checkOutStepOneSteps.getFieldErrorMessage(), ErrorMessage.SECOND_NAME_REQUIRED.getMessage(), AssertDescription.COMPARE_LAST_NAME_ERROR_MESSAGE, softAssertions);

// put only LastName (verify firstName) u
// put only LastName (verify firstName) up
checkOutStepOneSteps.putLastName(Client.EXAMPLE_CLIENT.getLastName());
checkOutStepOneSteps.continueShopping();
AssertSteps.softAssertIsEqualTo(checkOutStepOneSteps.getFieldErrorMessage(), ErrorMessage.POSTAL_CODE_REQUIRED.getMessage(), AssertDescription.COMPARE_POSTAL_CODE_ERROR_MESSAGE, softAssertions);
Expand Down

0 comments on commit cf7bf2e

Please sign in to comment.