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 6b99047 commit 5c99c38Copy full SHA for 5c99c38
test/e2e/send_event_test.exs
@@ -1,6 +1,8 @@
1
defmodule LiveDebugger.E2E.SendEventTest do
2
use LiveDebugger.E2ECase
3
4
+ import LiveDebugger.Support.CssQueries
5
+
6
setup_all do
7
LiveDebugger.Services.CallbackTracer.GenServers.TracingManager.ping!()
8
LiveDebugger.API.SettingsStorage.save(:tracing_enabled_on_start, false)
0 commit comments