Skip to content

Commit 31fec8b

Browse files
committed
undo whitespace changes
1 parent 2dc7672 commit 31fec8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/MaterialDesignThemes.UITests/WPF/DialogHosts/DialogHostTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ public async Task CornerRadius_AppliedToContentCoverBorder_WhenSetOnEmbeddedDial
314314
await Wait.For(async () =>
315315
{
316316
var contentCoverBorder = await dialogHost.GetElement<Border>("ContentCoverBorder");
317-
318317
await Assert.That((await contentCoverBorder.GetCornerRadius()).TopLeft).IsEqualTo(1);
319318
await Assert.That((await contentCoverBorder.GetCornerRadius()).TopRight).IsEqualTo(2);
320319
await Assert.That((await contentCoverBorder.GetCornerRadius()).BottomRight).IsEqualTo(3);
@@ -500,7 +499,6 @@ public async Task DialogHost_WithComboBox_CanSelectItem()
500499
var comboBox = await dialogHost.GetElement<ComboBox>("TargetedPlatformComboBox");
501500
await Task.Delay(500, TestContext.Current!.CancellationToken);
502501
await comboBox.LeftClick();
503-
504502
var item = await Wait.For(() => comboBox.GetElement<ComboBoxItem>("TargetItem"));
505503
await Task.Delay(TimeSpan.FromSeconds(1));
506504
await item.LeftClick();

0 commit comments

Comments
 (0)