Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing test #48

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Fix failing test #48

merged 1 commit into from
Oct 12, 2024

Conversation

seanpdoyle
Copy link
Contributor

Follow-up to #34

As mentioned in a comment on #34, the test suite wasn't executed when the code was initially contributed. When opening test/index.html locally in a browser, there is a single test failure:

does not ignore body when ignoreActiveValue is true and no element has focus ‣
  AssertionError: expected <body …(1)>…(28)</body> to equal <input value="bar"></input>@[native code]

This commit resolves that failure by changing the test to more accurately exercise the desired behavior.

Follow-up to [bigskysoftware#34][]

As mentioned in a [comment on bigskysoftware#34][], the test suite wasn't executed
when the code was initially contributed. When opening `test/index.html`
locally in a browser, there is a single test failure:

```
does not ignore body when ignoreActiveValue is true and no element has focus ‣
  AssertionError: expected <body …(1)>…(28)</body> to equal <input value="bar"></input>@[native code]
```

This commit resolves that failure by changing the test to more
accurately exercise the desired behavior.

[bigskysoftware#34]: bigskysoftware#34
[comment on bigskysoftware#34]: bigskysoftware#34 (comment)
@1cg 1cg merged commit b95f824 into bigskysoftware:main Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants