Skip to content

Commit d0822c4

Browse files
committed
take your time for wrapper
1 parent 9ae808e commit d0822c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ui/cypress/support/page-objects/notifications.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ export const notifications = {
22
successNotificationIcon: () => cy.get('[data-cy=notification-icon-success]'),
33
errorNotificationIcon: () => cy.get('[data-cy=notification-icon-error]'),
44
loadingNotificationIcon: () => cy.get('[data-cy=notification-icon-loading]', { timeout: 20000 }),
5-
notificationWrapper: () => cy.get('[data-cy=notification-wrapper]')
6-
}
5+
notificationWrapper: () => cy.get('[data-cy=notification-wrapper]', { timeout: 20000 })

0 commit comments

Comments
 (0)