-
Notifications
You must be signed in to change notification settings - Fork 208
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
feat: Fe onboarding flow #1427
feat: Fe onboarding flow #1427
Conversation
12aa6ec
to
6027742
Compare
// Fill Destination Form | ||
cy.url().should('eq', 'http://localhost:3000/connect-destination?type=tempo'); | ||
cy.get('[data-cy=create-destination-input-name]').type('e2e-tests'); | ||
cy.get('[data-cy=create-destination-input-endpoint]').type('e2e-tests-tempo.traces:4317'); |
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.
this is async render after the data return from the server, maybe we need to wait for this?
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.
There is a default timeout Cypress for this
frontend/webapp/components/setup/connection/create.connection.form/create.connection.form.tsx
Show resolved
Hide resolved
frontend/webapp/components/setup/connection/create.connection.form/dynamic.fields.tsx
Outdated
Show resolved
Hide resolved
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.
delete this file
No description provided.