Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel committed Nov 25, 2024
1 parent df691b2 commit 4551730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/page-objects/default/common/common.wdio.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const closeReloadModal = async (shouldUpdate = false, timeout = 5000) => {
shouldUpdate && await waitForAngularLoaded();
return true;
} catch (err) {
console.error('Reload modal not showed up');
console.error('Reload modal not showed up', err);
return false;
}
};
Expand Down

0 comments on commit 4551730

Please sign in to comment.