Skip to content

Commit 3ae772c

Browse files
committed
fix: correct conditional logic for details section in test table
1 parent 8855af0 commit 3ae772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reports/test-table.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<details {{#if ctrf.extra.inputs.folded}}open{{/if}}>
1+
<details {{#unless ctrf.extra.inputs.folded}}open{{/unless}}>
22
<summary>Results</summary>
33
<table>
44
<thead>

0 commit comments

Comments
 (0)