Skip to content

Commit

Permalink
Update download_csv.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan authored Aug 26, 2020
1 parent b26687a commit 4c0ed06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

it('Gets the correct filename if panel titles are hidden', async () => {
await PageObjects.common.navigateToApp('dashboard');
await PageObjects.dashboard.loadSavedDashboard('Ecom Dashboard Hidden Panel Titles'); // panel titles are hidden
await PageObjects.dashboard.loadSavedDashboard('Ecom Dashboard Hidden Panel Titles');
const savedSearchPanel = await find.byCssSelector(
'[data-test-embeddable-id="94eab06f-60ac-4a85-b771-3a8ed475c9bb"]'
); // panel title is hidden
Expand Down

0 comments on commit 4c0ed06

Please sign in to comment.