Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed May 9, 2022
1 parent dec1bc8 commit 7008af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/space_selector_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class SpaceSelectorPageObject extends FtrService {
this.log.debug('openSpacesNav()');
return await this.retry.try(async () => {
await this.testSubjects.click('spacesNavSelector');
await this.find.byCssSelector('#headerSpacesMenuContent')
await this.find.byCssSelector('#headerSpacesMenuContent');
});
}

Expand Down

0 comments on commit 7008af8

Please sign in to comment.