Skip to content

Commit 8a3c3ac

Browse files
Update UFGDemo.cs
Use a different baseline from other sdks
1 parent 0dd86b7 commit 8a3c3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApplitoolsTutorial/UFGDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static void UltraFastTest(IWebDriver webDriver, Eyes eyes)
7979
webDriver.Url = "https://demo.applitools.com";
8080

8181
// Call Open on eyes to initialize a test session
82-
eyes.Open(webDriver, "Demo App", "Ultrafast grid demo", new Size(800, 600));
82+
eyes.Open(webDriver, "Demo App - csharp", "Ultrafast grid demo", new Size(800, 600));
8383

8484
// check the login page with fluent api, see more info here
8585
// https://applitools.com/docs/topics/sdk/the-eyes-sdk-check-fluent-api.html

0 commit comments

Comments
 (0)