Skip to content

Commit

Permalink
ZEPPELIN-5792 Wait before checking welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-koch committed Sep 19, 2023
1 parent 25478b0 commit 89297c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeppelin-web/e2e/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('Home e2e Test', function() {
//tests
it('should have a welcome message', function() {
browser.get('http://localhost:8080');
browser.sleep(500);
var welcomeElem = element(by.id('welcome'))

expect(welcomeElem.getText()).toEqual('Welcome to Zeppelin!')
Expand Down

0 comments on commit 89297c5

Please sign in to comment.