Skip to content

Commit

Permalink
updating test with pr feedback and better verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDavisX committed Mar 16, 2020
1 parent 98b6a6a commit 14205dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/endpoint/alert_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 () => {
it('verifies the Alert List Page title', async () => {
const alertsTitle = await testSubjects.getVisibleText('alertsViewTitle');
expect(alertsTitle).to.equal('Alerts');
});
Expand Down

0 comments on commit 14205dc

Please sign in to comment.