Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(confirmation-dialog): Removed strange e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ffriedl89 authored and tomheller committed Jun 4, 2020
1 parent e1cf261 commit fe960b7
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,6 @@ test('should open popup after click start, swap after click save and close', asy
.expect(successDialog.count)
.eql(0);
});
test('should should not open dialog when backdrop is enabled', async (testController: TestController) => {
await testController
.expect(saveButton.count)
.eql(0)
.expect(dirtyDialog.count)
.eql(0)
.expect(successDialog.count)
.eql(0)
.click(enableBackdropButton)
.click(openDialogButton)
.expect(saveButton.count)
.eql(0)
.expect(dirtyDialog.count)
.eql(0)
.expect(successDialog.count)
.eql(0);
});

test('should propagate attribute to overlay', async (testController: TestController) => {
await testController
Expand Down

0 comments on commit fe960b7

Please sign in to comment.