Skip to content

Commit

Permalink
fix pluign ftr tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Z <[email protected]>
  • Loading branch information
ananzh committed Feb 6, 2024
1 parent 37db1b3 commit 36e30b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin_functional/test_suites/doc_views/doc_views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const find = getService('find');
const PageObjects = getPageObjects(['common', 'discover', 'timePicker']);

describe('custom doc views', function () {
describe('custom doc views with datagrid table', function () {
before(async () => {
await PageObjects.common.navigateToApp('discover');
await PageObjects.discover.switchDiscoverTable('new');
// TODO: change back to setDefaultRange() once we resolve
// https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5241
await PageObjects.timePicker.setDefaultRangeForDiscover();
Expand Down

0 comments on commit 36e30b7

Please sign in to comment.