Skip to content

Commit

Permalink
fix broken theia check
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Nov 10, 2023
1 parent 99e963f commit 62ab10b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ export async function hideProfileInUss() {
const manageProfile = driverChrome.wait(until.elementLocated(By.xpath(UssLocators.emptyInputBoxXpath)), WAITTIME);
manageProfile.sendKeys("Hide Profile");
manageProfile.sendKeys(Key.ENTER);
manageProfile.sendKeys("No");
manageProfile.sendKeys(Key.ENTER);
}

export async function hideProfileInJobs() {
Expand All @@ -153,6 +155,8 @@ export async function hideProfileInJobs() {
const manageProfile = driverChrome.wait(until.elementLocated(By.xpath(JobsLocators.emptyInputBoxXpath)), WAITTIME);
manageProfile.sendKeys("Hide Profile");
manageProfile.sendKeys(Key.ENTER);
manageProfile.sendKeys("No");
manageProfile.sendKeys(Key.ENTER);
}

export async function verifyProfileIsHideInUss() {
Expand Down

0 comments on commit 62ab10b

Please sign in to comment.