Skip to content

Fix failing test#48

Merged
1cg merged 1 commit into
bigskysoftware:mainfrom
seanpdoyle:fix-test-suite
Oct 12, 2024
Merged

Fix failing test#48
1cg merged 1 commit into
bigskysoftware:mainfrom
seanpdoyle:fix-test-suite

Conversation

@seanpdoyle

Copy link
Copy Markdown
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