Skip to content

Commit 4ac5503

Browse files
chore: Mark test as manual with description
1 parent bd93c3e commit 4ac5503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SamplesApp/UITests.Shared/Microsoft_UI_Xaml_Controls/WebView2Tests/WebView2_Basic.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace UITests.Microsoft_UI_Xaml_Controls.WebView2Tests
2020
/// <summary>
2121
/// An empty page that can be used on its own or navigated to within a Frame.
2222
/// </summary>
23-
[Uno.UI.Samples.Controls.Sample("WebView")]
23+
[Uno.UI.Samples.Controls.Sample("WebView", IsManualTest = true, Description = "The WebView2 should be borderless and the Uno Platform website should be displayed.")]
2424
public sealed partial class WebView2_Basic : Page
2525
{
2626
public WebView2_Basic()

0 commit comments

Comments
 (0)