daml/compatibility/bazel_tools/create-daml-app
Moritz Kiefer 5feab1b84b
Fix waitForSelector calls in create-daml-app-tests (#6253)
`waitForSelector` returns immediately if the selector is already
present (which is documented). This means that the waitForSelector
after the second follow isn’t doing anything since we already waited
for after the first follow. `waitForFunction` seemed like the simplest
solution and doesn’t require patching the HTML which is a bit finnicky
in the compat tests.

changelog_begin
changelog_end
2020-06-08 11:26:03 +02:00
..
BUILD.bazel Speed-up create-daml-app compat tests (#6087) 2020-05-25 16:25:10 +02:00
index.test.ts Fix waitForSelector calls in create-daml-app-tests (#6253) 2020-06-08 11:26:03 +02:00
Main.hs Speed-up create-daml-app compat tests (#6087) 2020-05-25 16:25:10 +02:00
RunWithYarn.hs Speed-up create-daml-app compat tests (#6087) 2020-05-25 16:25:10 +02:00
testDeps.json Upgrade puppeteer (#6142) 2020-05-28 21:58:52 +02:00