Skip to content

Commit

Permalink
fix test for time range to show options
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Mar 18, 2024
1 parent 6e57664 commit 33a3fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin_functional/test_suites/doc_views/doc_views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
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();
await PageObjects.discover.switchDiscoverTable('new');
});

it('should show custom doc views', async () => {
Expand Down

0 comments on commit 33a3fba

Please sign in to comment.