mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Fix HTTP Request node e2e test in full run (no-changelog) (#4728)
🐛 Reset state
This commit is contained in:
parent
aa3d9c7fea
commit
39a5dc57a8
|
@ -6,6 +6,7 @@ const WorkflowPage = new WorkflowPageClass();
|
||||||
|
|
||||||
describe('HTTP Request node', () => {
|
describe('HTTP Request node', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
cy.task('db:reset');
|
||||||
cy.skipSetup();
|
cy.skipSetup();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue