Skip to content

Commit 302296e

Browse files
Eyes Test Manager
1 parent bcad0be commit 302296e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Applitools.Example.Tests/AcmeBankTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void SetUpConfigAndRunner()
4949

5050
// Create a new batch for tests.
5151
// A batch is the collection of visual checkpoints for a test suite.
52-
// Batches are displayed in the dashboard, so use meaningful names.
52+
// Batches are displayed in the Eyes Test Manager, so use meaningful names.
5353
Batch = new BatchInfo("Example: Selenium C# NUnit with the Ultrafast Grid");
5454

5555
// Create a configuration for Applitools Eyes.
@@ -113,7 +113,7 @@ public void OpenBrowserAndEyes()
113113
/// This test covers login for the Applitools demo site, which is a dummy banking app.
114114
/// The interactions use typical Selenium WebDriver calls,
115115
/// but the verifications use one-line snapshot calls with Applitools Eyes.
116-
/// If the page ever changes, then Applitools will detect the changes and highlight them in the dashboard.
116+
/// If the page ever changes, then Applitools will detect the changes and highlight them in the Eyes Test Manager.
117117
/// Traditional assertions that scrape the page for text values are not needed here.
118118
/// <summary>
119119
[Test]
@@ -148,7 +148,7 @@ public void CleanUpTest()
148148
Eyes.CloseAsync();
149149

150150
// Warning: `Eyes.CloseAsync()` will NOT wait for visual checkpoints to complete.
151-
// You will need to check the Applitools dashboard for visual results per checkpoint.
151+
// You will need to check the Eyes Test Manager for visual results per checkpoint.
152152
// Note that "unresolved" and "failed" visual checkpoints will not cause the NUnit test to fail.
153153

154154
// If you want the NUnit test to wait synchronously for all checkpoints to complete, then use `Eyes.Close()`.

0 commit comments

Comments
 (0)