Remove .only in cypress test
This commit is contained in:
parent
f95bbea1ca
commit
a415604610
|
|
@ -75,7 +75,7 @@ describe('Snapshot', () => {
|
|||
cy.getByDataCy('snapshot-menu').should('not.exist');
|
||||
});
|
||||
|
||||
it.only('Creates Snapshot', () => {
|
||||
it('Creates Snapshot', () => {
|
||||
cy.fakeLogin('nico.zickgraf', 'test');
|
||||
|
||||
cy.mockGraphqlOps(operations(true));
|
||||
|
|
|
|||
Loading…
Reference in New Issue