mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(snapshot): fix snapshot failing tests and increase time between screenshots
This commit is contained in:
@ -11,7 +11,7 @@ exports.config = {
|
||||
specs: 'dist/e2e/**/*e2e.js',
|
||||
// specs: 'dist/e2e/button/**/*e2e.js',
|
||||
|
||||
sleepBetweenSpecs: 400,
|
||||
sleepBetweenSpecs: 600,
|
||||
|
||||
platformDefauls: {
|
||||
browser: 'chrome',
|
||||
|
@ -2,7 +2,3 @@
|
||||
it('should open toast', function() {
|
||||
element(by.css('.e2eOpenToast')).click();
|
||||
});
|
||||
|
||||
it('should close with backdrop click', function() {
|
||||
element(by.css('.backdrop')).click();
|
||||
});
|
||||
|
Reference in New Issue
Block a user