We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac69fc4 + c5870ef commit 90fa71cCopy full SHA for 90fa71c
tests/browser/browser.js
@@ -181,7 +181,7 @@ describe('platform specific content', () => {
181
{ name: 'Linux', id: 'linux', ua: 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1' }
182
]
183
const linuxUserAgent = userAgents[2]
184
- const pageWithSwitcher = 'http://localhost:4001/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners'
+ const pageWithSwitcher = 'http://localhost:4001/en/github/using-git/configuring-git-to-handle-line-endings'
185
const pageWithoutSwitcher = 'http://localhost:4001/en/github/using-git'
186
const pageWithDefaultPlatform = 'http://localhost:4001/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service'
187
0 commit comments