Revert "make test fail to verify artefact upload"

This reverts commit 05a9b566892fb9393806db1e0b1ded1145311005.
This commit is contained in:
mahula 2025-10-07 11:05:41 +02:00
parent d3a7881d38
commit d69912ca35

View File

@ -30,15 +30,4 @@ describe('Utopia Map Login Form Elements', () => {
.should('be.visible')
.should('contain.text', 'Forgot Password?')
})
it('should fail intentionally to test artifact upload', () => {
// This test is intentionally failing to verify artifact creation and upload
cy.get('h2').should('contain.text', 'Login')
// Take a screenshot before the intentional failure
cy.screenshot('before-intentional-failure')
// This assertion will fail intentionally
cy.get('body').should('contain.text', 'This text does not exist on the page')
})
})