Skip to content

Commit ab7ae8d

Browse files
make unique app name
1 parent fc33146 commit ab7ae8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ApplitoolsTutorial/UFGDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void BeforeEach() {
6363
[Test]
6464
public void UFGTest(){
6565
// Start the test by setting AUT's name, window or the page name that's being tested, viewport width and height
66-
eyes.Open(driver, "Demo App - csharp", "Smoke Test", new Size(800, 600));
66+
eyes.Open(driver, "Demo App - csharp ufg", "Smoke Test", new Size(800, 600));
6767

6868
// Navigate the browser to the "ACME" demo app. To see visual bugs after the first run, use the commented line below instead.
6969
driver.Url = "https://demo.applitools.com/";

0 commit comments

Comments
 (0)