Skip to content

Commit bce9d1a

Browse files
committed
test(cypress-commands): cleanup ui5-static-area at the beginning and end
1 parent 9049aae commit bce9d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cypress-commands/test/UI5WebComponentsChild.cy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ describe('UI5 Web Components - Child Commands', () => {
145145

146146
cy.get(`[data-testid="${testId}"]`).typeIntoUi5InputWithDelay('i');
147147
cy.get('ui5-responsive-popover').should('have.attr', 'open');
148+
document.querySelector('ui5-static-area')?.remove();
148149
});
149150
});
150151
});

0 commit comments

Comments
 (0)