We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ea680 commit cecaa40Copy full SHA for cecaa40
src/components/suite/run/SuiteRunDetails.tsx
@@ -75,7 +75,7 @@ export function SuiteRunDetails({ run }: { run: TSuiteRun }) {
75
</div>
76
77
78
- <Polling poll={run.status === 'running'} />
+ <Polling poll={run.status === 'running' || run.status === 'pending'} />
79
80
)
81
}
0 commit comments