Skip to content

Commit

Permalink
test: πŸ’ improve <a> link assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 16, 2020
1 parent e928068 commit 691b776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const actionElement = await testSubjects.find(EXPLORE_RAW_DATA_ACTION_TEST_SUBJ);
const tag = await actionElement.getTagName();

expect(tag).to.be('A');
expect(tag.toLowerCase()).to.be('a');
});

it('navigates to Discover app to index pattern of the panel on action click', async () => {
Expand Down

0 comments on commit 691b776

Please sign in to comment.