MCPcopy Index your code
hub / github.com/plotly/dash / test_mark003_link

Function test_mark003_link

components/dash-table/tests/selenium/test_markdown.py:71–90  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

69
70
71def test_mark003_link(test):
72 test.start_server(get_app())
73
74 target = test.table("table")
75
76 target.column(2).sort(1)
77 assert (
78 target.cell(0, "markdown-links")
79 .find_inside(".dash-cell-value > p > a")
80 .get_attribute("innerHTML")
81 == "Learn about 0"
82 )
83
84 target.column(2).sort(1)
85 assert (
86 target.cell(0, "markdown-links")
87 .find_inside(".dash-cell-value > p > a")
88 .get_attribute("innerHTML")
89 == "Learn about 9"
90 )
91
92
93def test_mark004_image(test):

Callers

nothing calls this directly

Calls 7

columnMethod · 0.80
cellMethod · 0.80
get_appFunction · 0.70
start_serverMethod · 0.45
tableMethod · 0.45
sortMethod · 0.45
find_insideMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…