We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae808e commit d0822c4Copy full SHA for d0822c4
packages/ui/cypress/support/page-objects/notifications.ts
@@ -2,5 +2,4 @@ export const notifications = {
2
successNotificationIcon: () => cy.get('[data-cy=notification-icon-success]'),
3
errorNotificationIcon: () => cy.get('[data-cy=notification-icon-error]'),
4
loadingNotificationIcon: () => cy.get('[data-cy=notification-icon-loading]', { timeout: 20000 }),
5
- notificationWrapper: () => cy.get('[data-cy=notification-wrapper]')
6
-}
+ notificationWrapper: () => cy.get('[data-cy=notification-wrapper]', { timeout: 20000 })
0 commit comments