Skip to content

Unable to scroll down the browsers list in Cypress 10 #22032

@tester-at-bmi

Description

@tester-at-bmi

Current behavior

Unable to scroll down the browsers list in the app-header-bar in the cypress test runner.

Test runner overview page

image

Test run view

image broken.

image

Cypress choose browser window

The ui/app is frozen when testing in Opera. unable to focus and close the browser true the ui. It needs a restart.

image

Desired behavior

See a full list of browsers that are configured.

Test code to reproduce

module.exports = (on, config) => {
  config.browsers.push({
      name: 'opera',
      channel: 'stable',
      family: 'chromium',
      displayName: 'Opera',
      version: '84.0.4316.42',
      path: 'C:\\Users\\USERNAME\\AppData\\Local\\Programs\\Opera\\opera.exe',
      majorVersion: 84
  },
  {
      name: 'brave',
      channel: 'stable',
      family: 'chromium',
      displayName: 'Brave',
      version: '99.1.36.116',
      path: 'C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe',
      majorVersion: 99
  },
  {
      name: 'vivaldi',
      channel: 'stable',
      family: 'chromium',
      displayName: 'Vivaldi',
      version: '5.1.2567.66',
      path: 'C:\\Users\\USERNAME\\AppData\\Local\\Vivaldi\\Application\\vivaldi.exe',
      majorVersion: 5
  },
  {
      name: 'srware iron',
      channel: 'stable',
      family: 'chromium',
      displayName: 'SRWare Iron',
      version: '98.0.5000.0', 
      path: 'C:\\Program Files\\SRWare Iron (64-Bit)\\chrome.exe',
      majorVersion: 98
  });
  
  return config;
}

Cypress Version

10

Other

No response

Metadata

Metadata

Assignees

Labels

pkg/appThis is due to an issue in the packages/app directoryv10.0.0 🐛Issue present since 10.0.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions