2
0
Files
bot/apps/builder/cypress/tests/board.ts

11 lines
211 B
TypeScript
Raw Normal View History

2021-12-16 10:43:49 +01:00
describe('BoardPage', () => {
beforeEach(() => {
cy.task('seed')
cy.signOut()
})
it('steps should be droppable', () => {
cy.signIn('test2@gmail.com')
cy.visit('/typebots/typebot1')
})
})