File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/MaterialDesignThemes.UITests/WPF/DialogHosts Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments