Skip to content

test: Add tests for client error console and card kitchensink #1262

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

Merged
merged 11 commits into from
Apr 4, 2024

Conversation

karangattu
Copy link
Collaborator

@karangattu karangattu commented Mar 28, 2024

Fixes #1251

@karangattu karangattu marked this pull request as ready for review April 1, 2024 16:46
@karangattu karangattu requested a review from schloerke April 1, 2024 16:46
page.goto(app_url)

assert page.locator("#same_id").count() == 2
shiny_error_message = page.query_selector("shiny-error-message")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
shiny_error_message = page.query_selector("shiny-error-message")
shiny_error_message = page.locator("shiny-error-message")

@karangattu karangattu mentioned this pull request Apr 4, 2024
45 tasks
@karangattu karangattu requested a review from schloerke April 4, 2024 16:41
@schloerke schloerke enabled auto-merge April 4, 2024 18:38
@schloerke schloerke added this pull request to the merge queue Apr 4, 2024
Merged via the queue into main with commit 791f772 Apr 4, 2024
@schloerke schloerke deleted the add-tests-check-console branch April 4, 2024 18:55
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.

Should have tests for error console
2 participants