-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: automician/cypress-selene
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
locator.by(selector).should(have.length, 0) fails because by(selector) built in assertion checks for at least 1 element
bug
Something isn't working
#12
opened Jan 8, 2022 by
yashaka
make .setValue(value) to set value instantly via js, same as jquery val(value)
#11
opened Dec 10, 2021 by
yashaka
tune behavior of by('text=...') to mach contains('...') in context of {matchCase?} default value
#10
opened Dec 10, 2021 by
yashaka
consider locator1.find(locator2) to act like locator2.within(locator1)
#9
opened Nov 30, 2021 by
yashaka
consider adding commands that will be perform only if some condition matched
#6
opened Nov 27, 2021 by
yashaka
add config option to disable or tune smart implicit assertions/waiting on retriability
#5
opened Nov 18, 2021 by
yashaka
support customizing selector conversions in customized commands – cy.the, cy.by, cy.not, etc.
#3
opened Nov 18, 2021 by
yashaka
support of customizing of «data qa attribute» names in custom command – cy.the
#2
opened Nov 18, 2021 by
yashaka
ProTip!
Exclude everything labeled
bug
with -label:bug.