We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8651123 commit 5c2ccccCopy full SHA for 5c2cccc
project/test/src/liveServer.test.scala
@@ -130,7 +130,7 @@ trait PlaywrightTest extends CatsEffectSuite:
130
)
131
LiveServer.main(lsc).map((_, dir, lsc.port))
132
}
133
- }.test("incremental".only) {
+ }.test("incremental") {
134
(_, testDir, port) =>
135
val increaseTimeout = ContainsTextOptions()
136
increaseTimeout.setTimeout(15000)
0 commit comments