Skip to content

Commit f13f015

Browse files
committed
chore: remove obsolete test for detail row structure in ComposeListHtmlTest
1 parent f173989 commit f13f015

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/unit/ComposeListHtmlTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ public function testStackRowHasDataAttributes(): void
9797
$this->assertStringContainsString("data-isup=", $source);
9898
}
9999

100-
public function testDetailRowStructure(): void
101-
{
102-
$source = $this->getPageSource();
103-
// Expandable detail row hidden by default
104-
$this->assertStringContainsString("class='stack-details-row'", $source);
105-
$this->assertStringContainsString("style='display:none;'", $source);
106-
$this->assertStringContainsString("class='stack-details-container'", $source);
107-
}
108-
109100
// ===========================================
110101
// Advanced View Column Tests
111102
// ===========================================

0 commit comments

Comments
 (0)