diff --git a/tests/e2e/pageobjects/openshift/OcpImportFromGitPage.ts b/tests/e2e/pageobjects/openshift/OcpImportFromGitPage.ts index ca893317d42..41676848e07 100644 --- a/tests/e2e/pageobjects/openshift/OcpImportFromGitPage.ts +++ b/tests/e2e/pageobjects/openshift/OcpImportFromGitPage.ts @@ -68,14 +68,14 @@ export class OcpImportFromGitPage { } async submitConfiguration(): Promise { - Logger.debug(`${this.constructor.name}.${this.submitConfiguration.name}`); + Logger.debug(); await this.driverHelper.waitAndClick(OcpImportFromGitPage.SUBMIT_BUTTON_LOCATOR); return e2eContainer.get(CLASSES.OcpApplicationPage); } async fitAndSubmitConfiguration(gitRepoUrl: string, gitReference: string, label: string): Promise { - Logger.debug(`${this.constructor.name}.${this.fitAndSubmitConfiguration.name}`); + Logger.debug(); await this.enterGitRepoUrl(gitRepoUrl); await this.clickOnAdvancedOptionsButton();