Skip to content

Commit

Permalink
[Test] Update functional test
Browse files Browse the repository at this point in the history
Groups are now naturally sorted by key, which requires selecting a different date filter

Signed-off-by: Josh Romero <rmerqg@amazon.com>
  • Loading branch information
joshuarrrr committed Oct 12, 2022
1 parent c829e17 commit 841c94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/management/_scripted_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,10 @@ export default function ({ getService, getPageObjects }) {

it('should filter by scripted field value in Discover', async function () {
await PageObjects.discover.clickFieldListItem(scriptedPainlessFieldName2);
await log.debug('filter by "Sep 17, 2015 @ 23:00" in the expanded scripted field list');
await log.debug('filter by "Sep 18, 2015 @ 7:52" in the expanded scripted field list');
await PageObjects.discover.clickFieldListPlusFilter(
scriptedPainlessFieldName2,
'1442531297065'
'1442562775953'
);
await PageObjects.header.waitUntilLoadingHasFinished();

Expand Down

0 comments on commit 841c94f

Please sign in to comment.