Skip to content

Commit

Permalink
Update job configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Aug 27, 2024
1 parent e600ed4 commit e37fc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
java-version: '22'
distribution: 'temurin'
architecture: x64
- uses: browser-actions/setup-chrome@latest
- name: Get chrome version
run: google-chrome --version
- name: Gradle run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 updatedddddddd
//// initial list of item updateddddddddd
List<String> initialNameList = inventorySteps.getItemNameList();

// inventory order name z to a
Expand Down

0 comments on commit e37fc2b

Please sign in to comment.