1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

remove failing E2E test

This commit is contained in:
Patrik J. Braun 2023-09-06 20:34:34 +02:00
parent c683ee71ab
commit 273bb22928

View File

@ -26,8 +26,4 @@ describe('Login', () => {
}); });
}); });
it('Should fail', () => {
cy.visit('/');
cy.get('.does-not-exist', {timeout: 1});
});
}); });