Skip to content

Commit

Permalink
update expected url due to parentheses and single quotation mark encoded
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam committed Nov 23, 2022
1 parent 90e29a1 commit 9e8818c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/apps/discover/_shared_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export default function ({ getService, getPageObjects }) {
baseUrl +
'/app/discover#' +
'/view/ab12e3c0-f231-11e6-9486-733b1ac9221a' +
'?_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)' +
"%2Ctime%3A(from%3A'2015-09-19T06%3A31%3A44.000Z'%2C" +
"to%3A'2015-09-23T18%3A31%3A44.000Z'))";
'?_g=%28filters%3A%21%28%29%2CrefreshInterval%3A%28pause%3A%21t%2Cvalue%3A0%29%' +
'2Ctime%3A%28from%3A%272015-09-19T06%3A31%3A44.000Z%27%2C' +
'to%3A%272015-09-23T18%3A31%3A44.000Z%27%29%29';
await PageObjects.discover.loadSavedSearch('A Saved Search');
await PageObjects.share.clickShareTopNavButton();
await PageObjects.share.exportAsSavedObject();
Expand Down

0 comments on commit 9e8818c

Please sign in to comment.