Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Feb 10, 2021
1 parent cd7df2b commit cd21646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function FleetIntegrations({ getService, getPageObjects }: FtrProviderCon
return {
async navigateToIntegrationDetails(pkgkey: string) {
await pageObjects.common.navigateToApp(PLUGIN_ID, {
hash: pagePathGetters.integration_details({ pkgkey }),
hash: pagePathGetters.integration_details_overview({ pkgkey }),
});
},

Expand Down

0 comments on commit cd21646

Please sign in to comment.