Skip to content

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

3 participants