File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ const RouteComponent = () => {
191191 value = { summaryQuery . data . counts . users }
192192 />
193193 </ Dialog . Trigger >
194- < Dialog . Content data-spotlight-type = "subject -Modal-modal" data-testid = "datahub-subject -Modal-dialog" >
194+ < Dialog . Content data-spotlight-type = "users -Modal-modal" data-testid = "dashboard-users -Modal-dialog" >
195195 < Dialog . Header >
196196 < Dialog . Title >
197197 { t ( {
@@ -261,7 +261,10 @@ const RouteComponent = () => {
261261 value = { summaryQuery . data . counts . instruments }
262262 > </ StatisticCard >
263263 </ Dialog . Trigger >
264- < Dialog . Content data-spotlight-type = "subject-Modal-modal" data-testid = "datahub-subject-Modal-dialog" >
264+ < Dialog . Content
265+ data-spotlight-type = "instruments-Modal-modal"
266+ data-testid = "dashboard-instruments-Modal-dialog"
267+ >
265268 < Dialog . Header >
266269 < Dialog . Title >
267270 { t ( {
@@ -319,7 +322,7 @@ const RouteComponent = () => {
319322 value = { summaryQuery . data . counts . records }
320323 />
321324 </ Dialog . Trigger >
322- < Dialog . Content data-spotlight-type = "subject -Modal-modal" data-testid = "datahub-subject -Modal-dialog" >
325+ < Dialog . Content data-spotlight-type = "record -Modal-modal" data-testid = "dashboard-record -Modal-dialog" >
323326 < Dialog . Header >
324327 < Dialog . Title >
325328 { t ( {
You can’t perform that action at this time.
0 commit comments