Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShamarYarde and github-actions[bot] authored Dec 18, 2023
1 parent 1c2de55 commit 977ed69
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,11 @@ Let's write an example:
.then(function () {
driver.getTitle().then((title) => {
setTimeout(() => {
if (title === "LambdaTest - Google Search") {
driver.executeScript("lambda-status=passed");
} else {
driver.executeScript("lambda-status=failed");
}
if (title === "LambdaTest - Google Search") {
driver.executeScript("lambda-status=passed");
} else {
driver.executeScript("lambda-status=failed");
}
driver.quit();
}, 5000);
});
Expand Down

0 comments on commit 977ed69

Please sign in to comment.