From fe960b75ad90d8bd90dd0ef808cd3e219fd3bf5e Mon Sep 17 00:00:00 2001 From: ffriedl89 Date: Wed, 3 Jun 2020 13:21:47 +0000 Subject: [PATCH] chore(confirmation-dialog): Removed strange e2e test --- .../confirmation-dialog.e2e.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/apps/components-e2e/src/components/confirmation-dialog/confirmation-dialog.e2e.ts b/apps/components-e2e/src/components/confirmation-dialog/confirmation-dialog.e2e.ts index 66d1f7f9fa..415a75d27f 100644 --- a/apps/components-e2e/src/components/confirmation-dialog/confirmation-dialog.e2e.ts +++ b/apps/components-e2e/src/components/confirmation-dialog/confirmation-dialog.e2e.ts @@ -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