Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Sep 1, 2022
1 parent 0a62ff8 commit 17142b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/reporter/src/runnables/runnables.tsx
Expand Up @@ -177,7 +177,6 @@ class Runnables extends Component<RunnablesProps> {
const { scroller, appState } = this.props

// Cypress is interactive so let's add the scroll listener and an attribute for testing
// this.refs.container.setAttribute('data-cy-scroll')

let maybeHandleScroll: UserScrollCallback | undefined = undefined

Expand Down

2 comments on commit 17142b3

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 17142b3 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.7.1/linux-x64/marktnoonan/16098-17142b3f1247789d73ed7d7198197c6e7ddbc01f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 17142b3 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.7.1/win32-x64/marktnoonan/16098-17142b3f1247789d73ed7d7198197c6e7ddbc01f/cypress.tgz

Please sign in to comment.