Skip to content

Commit

Permalink
fix: functional test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 6, 2023
1 parent 13bcdf3 commit fd67e67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/dashboard/create_and_add_embeddables.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ export default function ({ getService, getPageObjects }) {

describe('is false', () => {
before(async () => {
await PageObjects.header.clickStackManagement();
await PageObjects.settings.clickOpenSearchDashboardsSettings();
await PageObjects.common.navigateToApp('settings');
await PageObjects.settings.toggleAdvancedSettingCheckbox(VISUALIZE_ENABLE_LABS_SETTING);
});

Expand Down

0 comments on commit fd67e67

Please sign in to comment.