mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(html): remove stray semicolon at the bottom of the test case (#35739)
This commit is contained in:
parent
508b1ccdcb
commit
8abe6ac2b4
@ -139,7 +139,7 @@ const TestCaseViewLoader: React.FC<{
|
|||||||
prev={prev}
|
prev={prev}
|
||||||
test={test}
|
test={test}
|
||||||
run={run}
|
run={run}
|
||||||
/>;
|
/>
|
||||||
</div>;
|
</div>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user