Skip to content

Commit

Permalink
Update Test to trigger execution
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Aug 27, 2024
1 parent 77b344e commit aba21dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 up
//// initial list of item upd
List<String> initialNameList = inventorySteps.getItemNameList();

// inventory order name z to a
Expand Down

0 comments on commit aba21dc

Please sign in to comment.