Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
test(e2e): temporarily disable alert test
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 5, 2015
1 parent f9a9e27 commit 85b85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/src/demo.spec.js
Expand Up @@ -35,7 +35,7 @@ describe('aurelia skeleton app', function() {
expect(po_welcome.getFullname()).toBe('ROB EISENBERG');
});

it('should show alert message when clicking submit button', () => {
xit('should show alert message when clicking submit button', () => {
expect(po_welcome.openAlertDialog()).toBe(true);
});

Expand Down

0 comments on commit 85b85fa

Please sign in to comment.