-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Jamakase/add cypress #2199
Jamakase/add cypress #2199
Conversation
cy.get("div").contains("Test destination cypress").should("exist"); | ||
}); | ||
|
||
it("Update connection", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
each test depends on the state created by the previous test? am i reading that right? is there a reasonable way to not have this be the case. we generally try to make it so that the state of each test is totally isolated from one another.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discussed during sync. artem is going to look into make the state for each test isolated.
@jamakase i pulled this down and tried it out. all the grade stuff looks okay to me
035c53f
to
8c02b9b
Compare
80293c5
to
40cd664
Compare
c06417d
to
41dcea3
Compare
4781860
to
209ef99
Compare
What
Add e2e frontend tests. Closes #1598