Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2024
1 parent 7599e0a commit 6cf609c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/ui-test/walkthroughUiTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ export function walkthroughUiTest(): void {
By.xpath("//div[contains(@class, 'getting-started-category') ]"),
)
.getText();
expect(titleText.includes("Discover Ansible Development Tools"), "Discover Ansible Development Tools title not found").to.be
.true;
expect(
titleText.includes("Discover Ansible Development Tools"),
"Discover Ansible Development Tools title not found",
).to.be.true;

// Locate one of the steps
const stepText = await welcomeTab
Expand Down

0 comments on commit 6cf609c

Please sign in to comment.