Merge pull request #477 from Human-Connection/cypress_reliability_force_click

Try to fix flaky "ReportContent.feature"
This commit is contained in:
Robert Schäfer 2019-04-17 11:49:27 +02:00 committed by GitHub
commit eb1ed39939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ When(
cy.contains('.ds-card', davidIrvingName)
.find('.content-menu-trigger')
.first()
.click()
.click({force: true})
cy.get('.popover .ds-menu-item-link')
.contains('Report User')