MCPcopy
hub / github.com/librespeed/speedtest / modernStartButton

Function modernStartButton

tests/e2e/helpers/ui.js:1–3  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

1function modernStartButton(page) {
2 return page.locator('#start-button');
3}
4
5function classicStartButton(page) {
6 return page.locator('#startStopBtn');

Callers 2

modes.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected