Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 5ad420d

Browse files
committed
Fix Design UITest
1 parent 9d524aa commit 5ad420d

File tree

1 file changed

+0
-2
lines changed
  • design/samples/Cheesesquare.UITests

1 file changed

+0
-2
lines changed

design/samples/Cheesesquare.UITests/Tests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public void ClickingFloatingActionButtonShouldDisplaySnackbar ()
3636
{
3737
app.Screenshot ("Launch");
3838
app.Tap (q => q.Id ("fab"));
39-
app.Screenshot ("Tap Button");
40-
app.WaitForElement (q => q.Id("snackbar_text"), timeout: TimeSpan.FromSeconds(10));
4139
app.Screenshot ("Snackbar");
4240
}
4341

0 commit comments

Comments
 (0)