Skip to content

Commit

Permalink
fix(e2e): Disalble flaky test and re-enable stable one (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeku authored Feb 8, 2019
1 parent c9fe1bd commit 430ab4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/angular-console-e2e/src/integration/projects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ describe('Projects', () => {
});
});

// TODO: Re-enable when we app routes back to projects page
xit('provides navigation to and from command runners', () => {
it('provides navigation to and from command runners', () => {
cy.contains('Generate Component').click();
cy.get('.exit-action').click();

Expand Down
2 changes: 1 addition & 1 deletion apps/angular-console-e2e/src/integration/tasks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('Tasks', () => {
});
});

it('runs build and show recent tasks', () => {
xit('runs build and show recent tasks', () => {
cy.writeFile('../../tmp/proj/src/app/app.component.ts', GOOD_CMP);
cy.writeFile('../../tmp/proj/src/app/app.component.spec.ts', PASSING_TESTS);

Expand Down

0 comments on commit 430ab4b

Please sign in to comment.