test(interaction): add tests
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
describe('Controls Testing', () => {
|
||||
it('renders the control panel', () => {
|
||||
before(() => {
|
||||
cy.visit('/');
|
||||
});
|
||||
|
||||
it('renders the control panel', () => {
|
||||
cy.get('.react-flow__controls');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user