feat(app): refactor e2e tests

Signed-off-by: Rémi Doreau <remi.d45@gmail.com>
This commit is contained in:
Rémi Doreau
2021-05-14 10:31:42 +02:00
parent 70e754ec33
commit 398d3adb79
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Cypress.Commands.add('mockTechDocs', () => {
},
);
// CSS
// TechDocs CSS
cy.intercept('GET', '**/assets/stylesheets/main.fe0cca5b.min.css', {
fixture: 'techdocs/components/style.css',
});