Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Remove weird debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jul 30, 2019
1 parent 9b62fee commit 47aa6e0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -43,7 +43,6 @@ describe('Create test: create material receipt with quality issue, https://githu
/**if found, deselect it */
cy.get('tr').then(el => {
if (el.length > 1) {
debugger;
cy.get(el.get(1))
.find('td:nth-of-type(7)')
.find('.meta-icon-checkbox-1')
Expand Down

0 comments on commit 47aa6e0

Please sign in to comment.