We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f11e6 commit 44095bbCopy full SHA for 44095bb
test/e2e/elements_inspection_test.exs
@@ -156,8 +156,8 @@ defmodule LiveDebugger.E2E.ElementsInspectionTest do
156
157
debugger
158
|> visit("/")
159
- |> hover(css("#live-sessions p.font-medium", text: "LiveDebuggerDev.LiveViews.Embedded"))
160
- |> click(css("#live-sessions p.font-medium", text: "LiveDebuggerDev.LiveViews.Embedded"))
+ |> hover(css("#live-sessions p.font-semibold", text: "LiveDebuggerDev.LiveViews.Embedded"))
+ |> click(css("#live-sessions p.font-semibold", text: "LiveDebuggerDev.LiveViews.Embedded"))
161
|> click(switch_inspect_mode_button())
162
163
Process.sleep(200)
0 commit comments