Skip to content

Commit

Permalink
updating test with pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDavisX committed Mar 16, 2020
1 parent 8f1ba3c commit 98b6a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/functional/apps/endpoint/alert_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {

it('loads the Alert List Page', async () => {
await testSubjects.existOrFail('alertListPage');
});
it('loads verifies the Alert List Page title', async () => {
const alertsTitle = await testSubjects.getVisibleText('alertsViewTitle');
expect(alertsTitle).to.equal('Alerts');
});
Expand Down

0 comments on commit 98b6a6a

Please sign in to comment.