mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
test(e2e): improve error reporting (#4931)
* cleanup * test(e2e): improve error reporting * lint * lint * better timeout messages * fix shouldNotExist
This commit is contained in:
@@ -62,7 +62,7 @@ export class ToastService {
|
||||
message,
|
||||
},
|
||||
duration: success ? 4000 : 5000,
|
||||
panelClass: success ? 'data-e2e-success' : 'data-e2e-failure',
|
||||
panelClass: ['data-e2e-message', success ? 'data-e2e-success' : 'data-e2e-failure'],
|
||||
horizontalPosition: this.horizontalPosition,
|
||||
verticalPosition: this.verticalPosition,
|
||||
});
|
||||
|
Reference in New Issue
Block a user