From 6aa7b588086522cdc76aba36452569ae3cf02180 Mon Sep 17 00:00:00 2001 From: Jonas de Luna Skulberg Date: Wed, 25 Sep 2024 21:10:17 +0200 Subject: [PATCH] Remove test --- cypress/e2e/event_visit_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/event_visit_spec.js b/cypress/e2e/event_visit_spec.js index 00f0e55a4b..a84b7cc406 100644 --- a/cypress/e2e/event_visit_spec.js +++ b/cypress/e2e/event_visit_spec.js @@ -74,7 +74,7 @@ describe('View event', () => { cy.focused().type('This is the top comment'); cy.contains('button', 'Kommenter').should('be.visible').click(); - cy.get(c('Comment__comment')).first().contains('This is the top comment'); + cy.get(c('Comment__comment')).last().contains('This is the top comment'); cy.contains('button', 'Svar').click(); cy.get(c('CommentForm'))