forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix visual tests, allow to disable termianal cursor blinking (jupyter…
…lab#15524) * Make the completer test more robust * Move overview tests which require running in serial * More robust readonly toast test * Try to make the test terminal snapshot more robust by mock `tree . -L 2` command * Workaround `test-` dirs issue by capturing `/data` instead of `/` * Update Playwright Snapshots * Run customization docs snapshots in serial * Ignore all test files in galata tests * Expose configuration for cursor blinking in terminal, disable in tests To fix flaky terminal tests * Update Playwright Snapshots * Update Playwright Snapshots * Disable concurrency in `build:examples` to fix flaky test This was already use in `build:src` * Ensure no flaky focus indicator on snapshot * Try to tune throttling * Check browser before starting CPD session Co-authored-by: Frédéric Collonval <[email protected]> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <[email protected]>
- Loading branch information
1 parent
746ce2d
commit c26a0e7
Showing
22 changed files
with
217 additions
and
110 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
$ tree . -L 2 | ||
. | ||
├── LICENSE | ||
├── README.md | ||
├── data | ||
│ ├── 1024px-Hubble_Interacting_Galaxy_AM_0500-620_(2008-04-24).jpg | ||
│ ├── Dockerfile | ||
│ ├── Museums_in_DC.geojson | ||
│ ├── README.md | ||
│ ├── bar.vl.json | ||
│ ├── iris.csv | ||
│ ├── japan_meterological_agency_201707211555.json | ||
│ └── zika_assembled_genomes.fasta | ||
├── jupyter_notebook_config.py | ||
├── narrative | ||
│ ├── QConAI.md | ||
│ ├── jupyterlab.md | ||
│ ├── markdown_python.md | ||
│ └── scipy2017.md | ||
├── notebooks | ||
│ ├── Cpp.ipynb | ||
│ ├── Data.ipynb | ||
│ ├── Fasta.ipynb | ||
│ ├── Julia.ipynb | ||
│ ├── Lorenz.ipynb | ||
│ ├── R.ipynb | ||
│ ├── audio | ||
│ ├── images | ||
│ └── lorenz.py | ||
├── slides | ||
│ ├── jupyterlab-slides.key | ||
│ ├── jupyterlab-slides.pdf | ||
│ └── jupyterlab-slides_scipy19.pdf | ||
├── talks.yml | ||
└── tasks.py | ||
|
||
6 directories, 27 files |
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
Binary file modified
BIN
+187 Bytes
(100%)
...tation/general.test.ts-snapshots/file-formats-open-with-documentation-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.33 KB
(97%)
...documentation/general.test.ts-snapshots/terminal-layout-documentation-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file modified
BIN
-1.51 KB
(97%)
...internationalization.test.ts-snapshots/language-chinese-documentation-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.