Skip to content

Commit

Permalink
Update pfbExportTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Dec 5, 2024
1 parent 01e6184 commit 668d7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/portal/pfbExportTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Scenario('Visit the Explorer page, select a cohort, export to PFB and download t
login.complete.login(users.mainAcct);
I.wait(5);
I.saveScreenshot('before_checking_navbar.png');
const navBarButtons = await I.grabTextFromAll('.nav-button__icon');
const navBarButtons = await I.grabTextFromAll('.body-typo.nav-button');
console.log(`### Nav bar buttons: ${navBarButtons}`);
if (navBarButtons.includes('Exploration')) {
I.amOnPage('explorer');
Expand Down

0 comments on commit 668d7b0

Please sign in to comment.