Manuel Abascal

Results 7 issues of Manuel Abascal

### Describe the bug I installed the latest Node version, currently, it's `17.2.0`. When I try to start the project in development mode with the command `npm run start`, it...

needs triage
issue: bug report

- Closes [issue-21908](https://github.com/cypress-io/cypress/issues/21908) ### User-facing changelog Fix misleading wording when creating a new starter spec file in the UI. ### Additional details N/A ### Steps to test - Launch Cypress's...

**After the changes:** - Closes [issue-21755](https://github.com/cypress-io/cypress/issues/21755) ### User facing changelog It truncates the browser name in the UI after a determined length(16) in order to avoid layout issues when the...

**Describe the bug** The following variable is unused in the codebase causing a warning log in the dev console: ```js const CloseButton = styled.span` padding: 2px 3px; background-color: black; border-radius:...

**Describe the bug** When trying to run the project in development mode using NodeJS version `18.7.0`, the app doesn't compile & throws an error message. **Steps to reproduce:** - Having...

### Version ``` Vue CLI: 4.5.14 ``` ### Environment info ``` Node version: v14.17.0 npm version: 6.14.13 Local ESLint version: 8.0.1 Operating System: macOS Big Sur ``` ### What did...