2
0
Files
bot/apps/builder/cypress/tests/board.ts
Baptiste Arnaud da9459edf3 Add Graph draft
2021-12-16 10:51:59 +01:00

11 lines
211 B
TypeScript

describe('BoardPage', () => {
beforeEach(() => {
cy.task('seed')
cy.signOut()
})
it('steps should be droppable', () => {
cy.signIn('test2@gmail.com')
cy.visit('/typebots/typebot1')
})
})