Skip to content

Commit c8c2f05

Browse files
committed
fix(cy): Fix selector of emoticon icon button
We switched from EmoticonOutline to Emoticon recently. Signed-off-by: Jonas <jonas@freesources.org>
1 parent f3d9593 commit c8c2f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/pages.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Pages', function() {
5454

5555
// Test persistence of unset emoji
5656
cy.reload()
57-
cy.get('[data-cy-collectives="page-title-container"] .page-title-icon .emoticon-outline-icon')
57+
cy.get('[data-cy-collectives="page-title-container"] .page-title-icon .emoticon-icon')
5858
cy.contains('.app-content-list-item', 'Day 1')
5959
.find('.app-content-list-item-icon .collectives-page-icon')
6060
})

0 commit comments

Comments
 (0)