Skip to content

Commit

Permalink
fixing functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
timductive committed Aug 22, 2023
1 parent 5823732 commit 8f7bb55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const getResultsLink = async () => {
// getting the link
await dataGrid.clickRowToggle();
await testSubjects.click('collapseBtn');
const contextMessageElement = await testSubjects.find('tableDocViewRow-context_message-value');
const contextMessage = await contextMessageElement.getVisibleText();
const [, link] = contextMessage.split(`Link\: `);
Expand Down

0 comments on commit 8f7bb55

Please sign in to comment.