Skip to content

Commit

Permalink
Fixed type check issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Feb 2, 2021
1 parent 6d73760 commit b14b1a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export function UpgradeAssistantPageProvider({ getPageObjects, getService }: Ftr
async toggleDeprecationLogging() {
log.debug('toggleDeprecationLogging()');
await testSubjects.click('upgradeAssistantDeprecationToggle');
const newState = await this.isDeprecationLoggingEnabled();
}

async isDeprecationLoggingEnabled() {
Expand Down

0 comments on commit b14b1a3

Please sign in to comment.