Skip to content

Commit

Permalink
Fix wrong test subject name
Browse files Browse the repository at this point in the history
  • Loading branch information
umbopepato committed Feb 11, 2025
1 parent 91abc7c commit 7d5f6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {

it('should render the alerts table when opening the alerts tab', async () => {
await testSubjects.click('case-view-tab-title-alerts');
await testSubjects.existOrFail('alertsStateTableEmptyState');
await testSubjects.existOrFail('alertsTableEmptyState');
});
});

Expand Down

0 comments on commit 7d5f6aa

Please sign in to comment.