Skip to content

Commit 90fa71c

Browse files
authored
Merge pull request github#17067 from github/fix-browser-test
Fix browser test
2 parents ac69fc4 + c5870ef commit 90fa71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/browser/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('platform specific content', () => {
181181
{ name: 'Linux', id: 'linux', ua: 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1' }
182182
]
183183
const linuxUserAgent = userAgents[2]
184-
const pageWithSwitcher = 'http://localhost:4001/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners'
184+
const pageWithSwitcher = 'http://localhost:4001/en/github/using-git/configuring-git-to-handle-line-endings'
185185
const pageWithoutSwitcher = 'http://localhost:4001/en/github/using-git'
186186
const pageWithDefaultPlatform = 'http://localhost:4001/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service'
187187

0 commit comments

Comments
 (0)