Skip to content

Commit

Permalink
rename the function name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Jun 21, 2024
1 parent 8a714a3 commit 0df1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/playwright-testing.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_basic_app(page: Page, app: ShinyAppProc):

1. The code starts by importing necessary modules and classes. ***OutputText*** and ***InputSlider*** are classes that represent UI controls in the Shiny application.

2. Defines ***test_remote_basic_app*** function with ***page*** and ***app*** parameters. *page* is an instance of the Page class from the Playwright library, which represents a single tab in a browser, and *app* is an instance of the ShinyAppProc class, which represents the Shiny app being tested.
2. Defines ***test_basic_app*** function with ***page*** and ***app*** parameters. *page* is an instance of the Page class from the Playwright library, which represents a single tab in a browser, and *app* is an instance of the ShinyAppProc class, which represents the Shiny app being tested.

3. Navigates to the app's URL.

Expand Down

0 comments on commit 0df1688

Please sign in to comment.