Focus not working in FunSpecs
See original GitHub issueThis is not working for FunSpecs:
internal class SomeTest : FunSpec() {
init {
context("f:my test") {
test("something") { ... }
}
}
}
According to the documentation, wouldn’t context
be considered a top-level scope and thus should work? Or is this a special case?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
jquery - $.focus() not working - Stack Overflow
should make the input focused (active). I can't seem to get this working. Even in the console on this site, I'm trying it...
Read more >org.scalatest.FunSpec
Although the create-fixture, fixture-trait, and OneInstancePerTest approaches take care of setting up a fixture before each test, they don't address the problem ......
Read more >Introduction to Kotest | Baeldung on Kotlin
In this tutorial, we'll focus on running the tests only on the JVM ... Sometimes, we need to test functions that do not...
Read more >Use com.sksamuel.kotest.engine.spec.focus ... - LambdaTest
Best Kotest code snippet using com.sksamuel.kotest.engine.spec.focus. ... FunSpec 4 5class FunSpecContextFocusTest : FunSpec() { 6 init { 7 context("f:my ...
Read more >HTMLElement.focus() - Web APIs | MDN
blur to remove the focus from an element. document.activeElement to know which is the currently focused element. Found a problem with this page?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for this bug report. It is now fixed in master and will be included in 4.0.5.
I am on 4.0.2. I’ve just tested this and it doesn’t work: