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 7a05ffa
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('checkcheckcheck', check)
if (check) {
pubCount = await page.publicationsCount;
}
Expand Down

0 comments on commit 7a05ffa

Please sign in to comment.