Skip to content

Commit

Permalink
fix test description (#60638)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 20, 2020
1 parent 19f719c commit c638cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await button.click();
};

describe('TOTO saved objects edition page', () => {
describe('saved objects edition page', () => {
beforeEach(async () => {
await esArchiver.load('saved_objects_management/edit_saved_object');
});
Expand Down

0 comments on commit c638cc2

Please sign in to comment.