Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate if there's a way to refactor redundant imports in CY files #80

Open
katrinDY opened this issue Nov 24, 2023 · 0 comments
Open
Assignees
Labels
low-priority For issues of lower priority

Comments

@katrinDY
Copy link
Contributor

katrinDY commented Nov 24, 2023

Description

Turn

const newEmail = Cypress.env('USER_EMAIL_NEW')
const password = Cypress.env('USER_PASSWORD')
const newPassword = Cypress.env('USER_PASSWORD_NEW')

into

import { newEmail, newPassword } from "foo"

@katrinDY katrinDY self-assigned this Nov 24, 2023
@katrinDY katrinDY added the low-priority For issues of lower priority label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority For issues of lower priority
Projects
None yet
Development

No branches or pull requests

1 participant