diff --git a/packages/playwright-core/src/web/htmlReport/htmlReport.css b/packages/playwright-core/src/web/htmlReport/htmlReport.css index ba96c5e3d9..b97640d065 100644 --- a/packages/playwright-core/src/web/htmlReport/htmlReport.css +++ b/packages/playwright-core/src/web/htmlReport/htmlReport.css @@ -301,7 +301,7 @@ a.no-decorations { .chip-header.expanded-false, .chip-header.expanded-true { cursor: pointer; -} +} .chip-body { border: 1px solid var(--color-border-default); @@ -342,6 +342,11 @@ a.no-decorations { color: var(--color-fg-muted); } + +.status-container { + float: right; +} + .octicon { display: inline-block; overflow: visible !important; @@ -598,4 +603,10 @@ article, aside, details, figcaption, figure, footer, header, main, menu, nav, se padding: 5px 3px; border: none; } + + .status-container { + float: none; + margin: 0 !important; + overflow: hidden; + } } diff --git a/packages/playwright-core/src/web/htmlReport/htmlReport.tsx b/packages/playwright-core/src/web/htmlReport/htmlReport.tsx index da87a3a201..f522edac5e 100644 --- a/packages/playwright-core/src/web/htmlReport/htmlReport.tsx +++ b/packages/playwright-core/src/web/htmlReport/htmlReport.tsx @@ -94,7 +94,10 @@ const AllTestFilesSummaryView: React.FC<{ return result; }, [report, filter]); return