chore: added a sample test that works

This commit is contained in:
blam
2021-02-04 20:45:35 +01:00
parent 20e032f7c1
commit a4963ec785
@@ -22,7 +22,7 @@ describe('Catalog', () => {
cy.visit('/catalog');
cy.get('table').should('be.visible');
cy.contains('Owned (7)').should('be.visible');
});
});
});