@@ -0,0 +1,11 @@
|
||||
import './commands';
|
||||
|
||||
beforeEach(() => {
|
||||
cy.intercept('GET', '/sockjs-node/**', (req) => {
|
||||
req.destroy();
|
||||
});
|
||||
|
||||
cy.intercept('GET', '/api/health', (req) => {
|
||||
req.reply({});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user