Skip to content

Commit

Permalink
chore: take in changes from #3509 to illustrate build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub committed Oct 5, 2021
1 parent f8f6e03 commit c6cc8bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tasks/e2e/cypress/integration/03-storybook/storybook.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ describe(
Step2_2_BlogPostsCellMock
)

// Slow!
cy.exec(`cd ${BASE_DIR}; yarn rw storybook --build`, {
timeout: 300_0000,
}) // Slow!
.its('code')
.should('eq', 0)
}).then((result) => {
const { code, stderr } = result
expect(code).to.eq(0)
expect(stderr).to.not.contain('ERR!')
})
})

it('1. Component: BlogPost', () => {
Expand Down

0 comments on commit c6cc8bb

Please sign in to comment.