Skip to content

Commit

Permalink
Add footer scroll to test
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Oct 28, 2021
1 parent f3c63f7 commit 8313d81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ function runTests(mode) {

it('should warn when loader is missing width', async () => {
const browser = await webdriver(appPort, '/invalid-loader')
await browser.eval(`document.querySelector("footer").scrollIntoView()`)
const warnings = (await browser.log('browser'))
.map((log) => log.message)
.join('\n')
Expand Down

0 comments on commit 8313d81

Please sign in to comment.