refactor(background): use background position for positioning dots and lines #356

This commit is contained in:
moklick
2020-07-26 17:12:50 +02:00
parent 0d2bdf7ce8
commit cdfc311942
4 changed files with 18 additions and 26 deletions
-3
View File
@@ -13,9 +13,6 @@ describe('Basic Flow Rendering', () => {
it('renders a grid', () => {
cy.get('.react-flow__background');
const gridStroke = Cypress.$('.react-flow__background path').attr('stroke');
expect(gridStroke).to.equal('#eee');
});
it('selects a node by click', () => {