File tree 2 files changed +4
-1
lines changed
MaterialDesignThemes.UITests/WPF/DrawerHosts
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 59
59
uses : actions/upload-artifact@v3
60
60
with :
61
61
name : Screenshots-${{ github.run_number }}
62
- path : ${{ github.workspace }}\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net6 .0-windows\Screenshots
62
+ path : ${{ github.workspace }}\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net7 .0-windows\Screenshots
63
63
if-no-files-found : ignore
64
64
65
65
- name : Build NuGets
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ await Wait.For(async () =>
50
50
Assert . True ( await contentCover . GetOpacity ( ) > 0.0 ) ;
51
51
} ) ;
52
52
53
+ //Wait before clicking so the animations have time to finish
54
+ await Task . Delay ( 100 ) ;
55
+
53
56
await drawerHost . LeftClick ( ) ;
54
57
55
58
await Wait . For ( async ( ) => await contentCover . GetOpacity ( ) <= 0.0 ) ;
You can’t perform that action at this time.
0 commit comments