1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Make it mandatory to acknowledge toasts in tests

This commit is contained in:
Stefan Haller
2024-01-13 16:17:41 +01:00
parent 9fa43394fe
commit 8ca8a43968
7 changed files with 44 additions and 0 deletions

View File

@ -82,6 +82,8 @@ func (self *fakeGuiDriver) NextToast() *string {
return nil
}
func (self *fakeGuiDriver) CheckAllToastsAcknowledged() {}
func TestManualFailure(t *testing.T) {
test := NewIntegrationTest(NewIntegrationTestArgs{
Description: unitTestDescription,