Skip to content

Commit

Permalink
test case resolve-2
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Oct 28, 2024
1 parent 041f450 commit 25a18d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ Then(/^I can perform the following publications$/, async function (table) {
} else {
check = override ? newCount === 1 : newCount > pubCount;
}
console.log('checkcheck', check)

Check failure on line 257 in packages/nuxeo-web-ui-ftest/features/step_definitions/browser.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
if (check) {
pubCount = await page.publicationsCount;
}
Expand Down

0 comments on commit 25a18d6

Please sign in to comment.