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

add bypassUI: true option for cy.giAddRandomIncome() in group-large.spec.js #2342

Open
SebinSong opened this issue Sep 10, 2024 · 0 comments · May be fixed by #2377
Open

add bypassUI: true option for cy.giAddRandomIncome() in group-large.spec.js #2342

SebinSong opened this issue Sep 10, 2024 · 0 comments · May be fixed by #2377
Assignees
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Kind:Test

Comments

@SebinSong
Copy link
Collaborator

SebinSong commented Sep 10, 2024

Problem

in group-large.spec.js, there is a test step where a group with a large number of members (currently 12) is created. This test involves a repetitive step where many members add their income-details (which is cy.giAddRandomIncome()) but this is currently done in a manual way (by launching the IncomeDetails modal, typing the info, and clicking submit button etc..)
By implementing bypassUI: true option for this command, the test duration can be reduced.

Solution

Implement it

@SebinSong SebinSong added Kind:Enhancement Improvements, new features, performance upgrades, etc. App:Frontend Kind:Test labels Sep 10, 2024
@SebinSong SebinSong self-assigned this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Kind:Test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant