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

feat: FE test action #1430

Merged
merged 14 commits into from
Aug 8, 2024
Merged

feat: FE test action #1430

merged 14 commits into from
Aug 8, 2024

Conversation

yodigos
Copy link
Collaborator

@yodigos yodigos commented Aug 6, 2024

No description provided.

cy.get('[data-cy="create-action-onclick"]').click()

cy.url().should('eq', `${Cypress.config('baseUrl')}/actions`);
cy.get('[data-cy="actions-action-name"]').should('have.text', 'action-test ')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you have an extra space at the end

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for some reason what is written in the text in the UI, that is why

@yodigos yodigos merged commit 8cae134 into odigos-io:main Aug 8, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants