File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
cypress/e2e/ui/Settings/Application-Settings Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -156,18 +156,6 @@ function verifyTimerDropdownExists() {
156
156
cy . get ( 'select#timer_value' ) . should ( 'exist' ) ;
157
157
}
158
158
159
- function disableNotificationsIfVisible ( ) {
160
- // Look for notification popups and disable them if present
161
- cy . get ( 'body' ) . then ( ( $body ) => {
162
- const $link = $body . find (
163
- '.miq-toast-wrapper .row .alert a:contains("Disable notifications")'
164
- ) ;
165
- if ( $link . length && $link . is ( ':visible' ) ) {
166
- cy . wrap ( $link ) . click ( { force : true } ) ;
167
- }
168
- } ) ;
169
- }
170
-
171
159
describe ( 'Automate Schedule form operations: Settings > Application Settings > Settings > Schedules > Configuration > Add a new schedule' , ( ) => {
172
160
beforeEach ( ( ) => {
173
161
cy . login ( 'admin' , 'smartvm' , { disableNotifications : true } ) ;
You can’t perform that action at this time.
0 commit comments