Compare commits

...

1 Commits

Author SHA1 Message Date
Xiaofeng Wang (from Dev Box)
e9cc9ff72b delete a test method 2025-02-13 16:46:20 +08:00

View File

@@ -168,11 +168,5 @@ namespace UITests_FancyZonesEditor
Assert.IsNotNull(_session?.Session?.FindElementByAccessibilityId("EditLayoutDialogTitle")); // check the pane header
Assert.IsNotNull(_session?.Session?.FindElementsByName("Edit 'Grid'")); // verify it's opened for the correct layout
}
[TestMethod]
public void OpenContextMenu() // verify the context menu is opened
{
Assert.IsNotNull(_session?.OpenContextMenu(TestConstants.TemplateLayoutNames[Constants.TemplateLayout.Columns]));
}
}
}