Skip to content

Commit

Permalink
trigger ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Valiulin committed Jan 24, 2025
1 parent 3bf6168 commit eecb691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/support/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ it('Prepare for testing', () => {
cy.wrap($el).invoke('text').then((text) => {
listItems.push(text);
});
}); // NOTE: chaining off of .each is not recommended by docs
}); // NOTE: chaining off of .each is not recommended by docs
cy.then(() => {
if (listItems.indexOf(taskName) === -1) {
cy.task('log', "A task doesn't exist. Creating.");
Expand Down

0 comments on commit eecb691

Please sign in to comment.