huridocs/uwazi

View on GitHub
cypress/support/commands.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 5 of 5 total issues

Arrow function has too many statements (12). Maximum allowed is 10.
Open

cy.wrap(subject).selection($el => {
Severity: Minor
Found in cypress/support/commands.js by eslint

Arrow function has too many parameters (5). Maximum allowed is 4.
Open

Cypress.Commands.add('addTimeLink', (duration, label, index = 0, seconds = -1, minutes = -1) => {
Severity: Minor
Found in cypress/support/commands.js by eslint

Unexpected assignment within a 'while' statement.
Open

while ((node = walk.nextNode())) {
Severity: Minor
Found in cypress/support/commands.js by eslint

Expected to return a value at the end of function 'getTextNode'.
Open

function getTextNode(el, match) {
Severity: Minor
Found in cypress/support/commands.js by eslint

Definition for rule 'node/no-restricted-import' was not found.
Open

import '@4tw/cypress-drag-drop';
Severity: Minor
Found in cypress/support/commands.js by eslint
Category
Status