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 4f97be3 commit 26c69cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tasks.withType<Test> {

dependencies {
agent("org.aspectj:aspectjweaver:${aspectJVersion}")
testImplementation("org.seleniumhq.selenium:selenium-java:4.23.1")
testImplementation("org.seleniumhq.selenium:selenium-java:4.24.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation(platform("io.qameta.allure:allure-bom:$allureVersion"))
testImplementation("io.qameta.allure:allure-junit5:$allureVersion")
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 u
//// initial list of item
List<String> initialNameList = inventorySteps.getItemNameList();

// inventory order name z to a
Expand Down

0 comments on commit 26c69cb

Please sign in to comment.