File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ describe('Strapi Login flow', () => {
5858 } )
5959
6060 it ( 'Add credentials' , ( ) => {
61+ cy . removeNotifications ( )
6162 cy . get ( 'input[name="MSHost"]' ) . clear ( ) . type ( host )
6263 cy . get ( 'input[name="MSApiKey"]' ) . clear ( ) . type ( apiKey )
6364 cy . get ( '.credentials_button' ) . click ( )
@@ -98,6 +99,7 @@ describe('Strapi Login flow', () => {
9899 } )
99100 cy . contains ( 'Reload needed' , { timeout : 10000 } )
100101 cy . reloadServer ( )
102+ cy . removeNotifications ( )
101103 } )
102104
103105 it ( 'Check for successfull listened in develop mode' , ( ) => {
@@ -205,6 +207,7 @@ describe('Strapi Login flow', () => {
205207 cy . contains ( 'Reload needed' , { timeout : 10000 } )
206208 }
207209 cy . reloadServer ( )
210+ cy . removeNotifications ( )
208211 } )
209212
210213 it ( 'Check that collections are not in MeiliSearch anymore' , ( ) => {
You can’t perform that action at this time.
0 commit comments