forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some galata improvements (jupyterlab#15375)
* Improve helpers * Hide test-* folders in documentation filebrowser * Try to make `setCell` more robust * Fix new helpers * Minor README improvements * Don't use try-catch to play nice with Playwright tools * Fix setCellType * Fix debugger status * Fix set cell mode * Revert some changes in filebrowser helper * Fix debugger tests * Fix notebook serach test * Fix filebrowser refresh helper * Restoration after rebase * Fix open file in filebrowser helper * Fix setCellType in notebook helper, and file-search test * Use locator to set cell type, fix the cell filling and make debugger activation more robust * Fix setCell * Update Playwright Snapshots * Avoid using functions that return elementHandle from the activity helper * Avoid using functions that return elementHandle from the sidebar helper * Avoid using functions that return elementHandle from the menu helper * Avoid using getNotebookInPanel function that return elementHandle from the notebook helper, and start replacing getCell with getCellLocator * Avoid using getToolbarItem and getCell functions that return elementHandle from the notebook helper * Avoid using remaining functions that return elementHandle from the notebook helper * Avoid using functions that return elementHandle from the debuggerPanel helper * Remove usage of elementhandle in galata source ('.', '.37183()', .waitForSelector()') * Fix debugger and waitForLocatortransition * Remove usage of elementhandle in galata tests ('.', '.37183()', .waitForSelector()') * Fix tests * Fix dovumentation->general->Welcome * Handle Locator or ElementHandle as parameter of some galata functions * follow up 'Handle Locator or ElementHandle as parameter...' * prettier * Add deprecation comment * Fixes outputarea-stdin ui-test failing after rebase * Remove new usage of elementHandle * Cleaning up --------- Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> Co-authored-by: Nicolas Brichet <nicolas.brichet@quantstack.net> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f4ccd67
commit ff90432
Showing
71 changed files
with
1,509 additions
and
1,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.