Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
modernStartButton(page) {
2
return
page.locator(
'#start-button'
);
3
}
4
5
function
classicStartButton(page) {
6
return
page.locator(
'#startStopBtn'
);
Callers
2
design-switch.spec.js
File · 0.85
modes.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected