Skip to content

Commit

Permalink
Merge pull request #56 from dylon/dylon/issue-55
Browse files Browse the repository at this point in the history
Fixes a number of bugs, including issue #55
  • Loading branch information
dylon authored Dec 27, 2024
2 parents 90d1851 + cbf8676 commit 6a5da23
Show file tree
Hide file tree
Showing 8 changed files with 1,443 additions and 1,614 deletions.
35 changes: 16 additions & 19 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integ/spec/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export async function getErrorAlert(driver: WebDriver): Promise<string> {
const errorAlert: WebElement =
await driver.wait(
until.elementLocated(
By.css('div.message[role="alert"][aria-label^="error"] div')),
By.css('div.message[role="alert"] div')),
TIMEOUT);
const errorMessage: string =
await driver.executeScript(
Expand Down
Loading

0 comments on commit 6a5da23

Please sign in to comment.