Skip to content

Commit c30d10f

Browse files
Updated batch name
1 parent 0e647e1 commit c30d10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/applitools/example/AcmeBankTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void setUpConfigAndRunner() {
6161
// Create a new batch for tests.
6262
// A batch is the collection of visual checkpoints for a test suite.
6363
// Batches are displayed in the dashboard, so use meaningful names.
64-
batch = new BatchInfo("Applitools Example: Selenium Java JUnit with the Ultrafast Grid");
64+
batch = new BatchInfo("Example: Selenium Java JUnit with the Ultrafast Grid");
6565

6666
// Create a configuration for Applitools Eyes.
6767
config = new Configuration();

0 commit comments

Comments
 (0)