mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Add flaky test workflow for debugging (#14600)
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user