Skip to content

Commit

Permalink
[OSD] Fix copied saved object URL
Browse files Browse the repository at this point in the history
Related to #1131

Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Dec 11, 2024
1 parent a168382 commit 1d6a9f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('shared links', () => {

it('should allow for copying the saved object URL', function () {
const url =
"http://localhost:5601/app/data-explorer/discover/#/view/ab12e3c0-f231-11e6-9486-733b1ac9221a?_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3A'2015-09-19T13%3A31%3A44.000Z'%2Cto%3A'2015-09-24T01%3A31%3A44.000Z'))";
'http://localhost:5601/app/data-explorer/discover/#/view/ab12e3c0-f231-11e6-9486-733b1ac9221a?_g=%28filters%3A%21%28%29%2CrefreshInterval%3A%28pause%3A%21t%2Cvalue%3A0%29%2Ctime%3A%28from%3A%272015-09-19T13%3A31%3A44.000Z%27%2Cto%3A%272015-09-24T01%3A31%3A44.000Z%27%29%29';

cy.getElementByTestId('exportAsSavedObject')
.get('.euiRadio__input')
Expand Down

0 comments on commit 1d6a9f4

Please sign in to comment.