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 20dff48 commit 77b344e
Showing 1 changed file with 1 addition and 1 deletion.
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 up
List<String> initialNameList = inventorySteps.getItemNameList();

// inventory order name z to a
Expand Down

0 comments on commit 77b344e

Please sign in to comment.