Skip to content

Commit

Permalink
fix(journal): sleep on column change
Browse files Browse the repository at this point in the history
This commit tries to end all the protractor errors with the journal by
ensuring it sleeps when the column change is fired.

Closes #223.
  • Loading branch information
Jonathan Niles authored and jniles committed Feb 1, 2017
1 parent e339966 commit 3bb45d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/end-to-end/journal/journal.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ function JournalConfigurationModal() {

FU.modal.submit();

// sleep for a second to let angular adjust the grid's columns
browser.sleep(1000);

page.expectColumnCount(defaultVisibleColumnCount);
});
}
Expand Down

0 comments on commit 3bb45d0

Please sign in to comment.