mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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', () => {
|
||||
beforeEach(() => {
|
||||
cy.task('db:reset');
|
||||
cy.skipSetup();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue