ci: Add flaky test workflow for debugging (#14600)

This commit is contained in:
shortstacked
2025-04-14 12:23:43 +01:00
committed by GitHub
parent 6748db9c3b
commit c469ebb41a
2 changed files with 70 additions and 2 deletions

View File

@@ -59,8 +59,7 @@ describe('NDV', () => {
ndv.getters.inputTableRow(4).invoke('attr', 'data-test-id').should('equal', 'hovering-item');
});
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
it.skip('maps paired input and output items based on selected input node', () => {
it('maps paired input and output items based on selected input node', () => {
cy.fixture('Test_workflow_5.json').then((data) => {
cy.get('body').paste(JSON.stringify(data));
});