Skip to content

Commit ec68645

Browse files
committed
temp
1 parent c23f723 commit ec68645

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ describe('SelectDialog', () => {
314314
<ListItemStandard text={'ListItem 4'} data-testid="4" />
315315
</SelectDialog>,
316316
);
317+
cy.get('ui5-announcement-area').should('exist');
317318
cy.findByTestId('1').click();
318319
cy.findByTestId('1').should('have.attr', 'selected');
319320
cy.get('ui5-announcement-area').should('contain.text', 'Selected Items 1');

0 commit comments

Comments
 (0)