Add Graph draft
This commit is contained in:
10
apps/builder/cypress/tests/board.ts
Normal file
10
apps/builder/cypress/tests/board.ts
Normal file
@ -0,0 +1,10 @@
|
||||
describe('BoardPage', () => {
|
||||
beforeEach(() => {
|
||||
cy.task('seed')
|
||||
cy.signOut()
|
||||
})
|
||||
it('steps should be droppable', () => {
|
||||
cy.signIn('test2@gmail.com')
|
||||
cy.visit('/typebots/typebot1')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user