Skip to content

Commit

Permalink
General repository update
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Aug 12, 2024
1 parent 266a2bd commit 007b31b
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 @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22 for x64
uses: actions/setup-java@4
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void cartItemsPersistenceTest() {
@DisplayName(AnnotationValues.ORDER_INVENTORY_ITEMS_DISPLAY_NAME)
public void orderInventoryItemsTest() {
loginPage.loginValidUser(LoginUser.STANDARD_USER.getUser(), LoginUser.STANDARD_USER.getPassword());
//// initial list of items
// initial list of items
List<String> initialNameList = inventoryPage.getItemNameList();
SoftAssertions softAssertions = new SoftAssertions();

Expand Down

0 comments on commit 007b31b

Please sign in to comment.