Skip to content

Conversation

@kukutz
Copy link

@kukutz kukutz commented Feb 23, 2021

No description provided.

cy.get('[role=main]').findAllByRole('comment').eq(0).findByLabelText('Like this comment').click();
cy.get('[role=main]').findAllByRole('comment').eq(0).findByLabelText('1 comment like').should('exist');
cy.get('[role=main]').findAllByRole('comment').eq(0).findByLabelText('1 comment like').click();
//here be check for popup later
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я думаю, не стоит добавлять недописанные тесты и TODO. Когда в клиенте будут изменения для попапа клайков, тогда напишем этот тест.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants