Skip to content

Commit

Permalink
use awaitility to get a more-expressive wait (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-chrisj authored Aug 30, 2023
1 parent 30f2ad8 commit 7679794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ project.dependencies {
api("junit:junit:${junitVersion}")
api("org.seleniumhq.selenium:selenium-api:${seleniumVersion}")
api("org.assertj:assertj-core:${assertjVersion}")
implementation("org.awaitility:awaitility:${awaitilityVersion}")
implementation("commons-io:commons-io:${commonsIoVersion}")
implementation("com.fasterxml.jackson.core:jackson-annotations:${jacksonAnnotationsVersion}")
implementation("org.bouncycastle:bcprov-jdk18on:${bouncycastleVersion}")
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aspectjVersion=1.9.19
assertjVersion=3.23.1
awaitilityVersion=4.2.0
commonsTextVersion=1.10.0
reflectionsVersion=0.9.10
hamcrestCoreVersion=1.3
Expand Down

0 comments on commit 7679794

Please sign in to comment.