Skip to content

Commit

Permalink
chore(cucumber step config): remove superfluous "async"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Apr 25, 2024
1 parent e390c5b commit 3eee474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tooltip/src/features/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Then('the Tooltip stays visible', () => {
cy.get('[data-test="dhis2-uicore-tooltip-content"]').should('exist')
})

Then('the Tooltip is rendered on top of the anchor', async () => {
Then('the Tooltip is rendered on top of the anchor', () => {
cy.get('[data-test="dhis2-uicore-tooltip-reference"]').then(($ref) => {
const refPos = $ref[0].getBoundingClientRect()

Expand Down

0 comments on commit 3eee474

Please sign in to comment.