remove typo

This commit is contained in:
slawkens 2023-05-26 13:05:29 +02:00
parent 2f732b8411
commit 4bd761c726

View File

@ -69,7 +69,6 @@ describe('Install MyAAC', () => {
cy.get('form').submit()
cy.wait(1000);
cy.get('.class', { timeout: 12_000 }).should('be.visible')
cy.screenshot('install-finish')
})