Skip to content

Commit

Permalink
Merge branch '137995-log-space-switch' of https://github.com/Zacqary/…
Browse files Browse the repository at this point in the history
…kibana into 137995-log-space-switch
  • Loading branch information
Zacqary committed Oct 28, 2022
2 parents 0bb3bc7 + 90d1bc8 commit e37b3eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('rule_event_log_list_cell_renderer', () => {
spaceIds={['space1']}
/>
);
//@ts-ignore data-href is not a native EuiLink prop
// @ts-ignore data-href is not a native EuiLink prop
expect(wrapper1.find(EuiLink).props()['data-href']).toEqual('/rule/1');
const wrapper2 = shallow(
<RuleEventLogListCellRenderer
Expand All @@ -124,7 +124,7 @@ describe('rule_event_log_list_cell_renderer', () => {
spaceIds={['space2']}
/>
);
//@ts-ignore data-href is not a native EuiLink prop
// @ts-ignore data-href is not a native EuiLink prop
expect(wrapper2.find(EuiLink).props()['data-href']).toEqual(
'/s/space2/app/management/insightsAndAlerting/triggersActions/rule/1'
);
Expand Down

0 comments on commit e37b3eb

Please sign in to comment.