We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f173989 commit f13f015Copy full SHA for f13f015
tests/unit/ComposeListHtmlTest.php
@@ -97,15 +97,6 @@ public function testStackRowHasDataAttributes(): void
97
$this->assertStringContainsString("data-isup=", $source);
98
}
99
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
-
109
// ===========================================
110
// Advanced View Column Tests
111
0 commit comments