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 Sep 2, 2024
1 parent 26c69cb commit 86668bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
java-version: '22'
distribution: 'temurin'
architecture: x64
- name: Remove Chrome
run: sudo apt-get purge google-chrome-stable
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: 128
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
//// initial list of item u
List<String> initialNameList = inventorySteps.getItemNameList();

// inventory order name z to a
Expand Down

0 comments on commit 86668bf

Please sign in to comment.