Skip to content

Commit

Permalink
Fixing the test subject for the create dashboard button (elastic#31624)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Feb 25, 2019
1 parent 7e6b838 commit 0aef320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function ({ getService, getPageObjects }) {
});

it('does not show the create dashboard button', async () => {
const createNewButtonExists = await testSubjects.exists('newDashboardLink');
const createNewButtonExists = await testSubjects.exists('newItemButton');
expect(createNewButtonExists).to.be(false);
});

Expand Down

0 comments on commit 0aef320

Please sign in to comment.