Skip to content

Commit

Permalink
Merge branch 'fix/20576-call-refresh-while-refreshing' into fix/reloa…
Browse files Browse the repository at this point in the history
…ding-screen-while-refreshing
  • Loading branch information
apaniel authored Jun 22, 2020
2 parents 29b838a + 479dd89 commit bba7cfa
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,4 @@ function waitUntilRefreshFinishes() {
interval: 2000,
}
)

cy.request(`/`).then(response => {
expect(response.body).not.to.include(`<title>Restarting...</title>`)
})
}

0 comments on commit bba7cfa

Please sign in to comment.