Skip to content

Commit

Permalink
look at console log output for profilesLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Oct 16, 2018
1 parent 09fdf7d commit 0fbae49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/profilesLoad.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('Profiles load', () => {

beforeAll(async () => {
// page.on('console', msg => console.log('PAGE LOG:', msg.text()));
page.on('console', msg => console.log('PAGE LOG:', msg.text()));
await page.goto('http://127.0.0.1:8000/');
await expect(page).toClick('a[href="#create"]', { text: 'Editor' })
await page.waitFor(1000)
Expand Down

0 comments on commit 0fbae49

Please sign in to comment.