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 eee85a5 commit 266a2bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22 for x64
uses: actions/setup-java@4
with:
java-version: '22'
distribution: 'temurin'
architecture: x64
- name: Build with Gradle
run: ./gradlew -DincludeTags="regression" -Ddriver="chrome" -DdriverArguments="--headless=new;--window-size=1920,1080;"
- name: Automation ui test result
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 266a2bd

Please sign in to comment.