Skip to content

Commit 3538e06

Browse files
committed
fix test in ci
1 parent a67057f commit 3538e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/ObjectPage/ObjectPage.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ describe('ObjectPage', () => {
17611761

17621762
// click first Tab
17631763
cy.log('click first Tab');
1764-
cy.focused().realClick();
1764+
cy.get('[ui5-tabcontainer]').findUi5TabByText('Goals').click();
17651765
cy.focused().should('have.attr', 'aria-label', 'Goals').and('have.attr', 'tabindex', 0);
17661766

17671767
// arrow section navigation

0 commit comments

Comments
 (0)