Thomas Kluyver
bc3a8cbe79
Convert test for saving with complex name to Selenium
7 years ago
Thomas Kluyver
a5ad463427
Remove multiselect Javascript test converted to Selenium
7 years ago
Amy Skerry
3faafc4122
Migrate buffering test to selenium
...
As per issue #3335 , we want all js tests migrated to selenium. This change migrates the test of buffered execution requests.
Test Plan:
py.test -v notebook/tests/selenium/test_buffering.py
8 years ago
Thomas Kluyver
c9378c71fe
Merge pull request #4146 from askerry/selenium_display_isolation
...
Migrate display isolation test to selenium
8 years ago
Thomas Kluyver
099383e012
Merge pull request #4141 from askerry/selenium_display_image
...
Migrate image display test to selenium
8 years ago
Amy Skerry
aa658d3d79
Migrate display isolation test to selenium
...
As per issue #3335 , we want all js tests migrated to selenium. This change migrates and extends the svg isolation test (extended to include slightly more thorough validation of expected isolation behavior).
Test Plan:
py.test -v notebook/tests/selenium/test_display_isolation.py
8 years ago
Amy Skerry
34cd3528d5
Migrate test for merge cells api to selenium
...
Migrates the test for merging cells to use selenium as suggested in issue #3335 .
Test Plan:
py.test -v notebook/tests/selenium/test_merge_cells.py
8 years ago
Amy Skerry
03478bee87
Migrate image display test to selenium
...
Migrates a single js test (testing image display functionality) to selenium as per issue #3335 .
Test Plan:
py.test -v notebook/tests/selenium/test_display_image.py
8 years ago
Arjun Radhakrishna
7eb6e29509
Fix spurious newline in expected result
8 years ago
Arjun Radhakrishna
6fd0a80778
Reformat long string
8 years ago
Arjun Radhakrishna
c5bee3a29d
test and fix: disable math inside code blocks
8 years ago
Grant Nestor
6670d57e2f
Update tests
8 years ago
arovitn
031c90b933
1. Converting 'empty_arrows_keys.js' into selenium based test
...
2. Moved "delete_cell" method to utils.py and modified references to use it from there
3. added a generalized method "trigger_keystrokes" to send keystrokes to browser
8 years ago
sheshtawy
17e46a7cd6
Remove js test file
8 years ago
arovitn
5b0bc68e77
[WIP] [3335] Converting prompt_numbers.js test to selenium
8 years ago
sheshtawy
b097da2867
Delete tests
...
Update to use the updated notebook fixture
8 years ago
Thomas Kluyver
45b8bb9c62
Remove converted JS undelete test
8 years ago
Mac Knight
9b9c19186d
changed test to reflect new id
8 years ago
Min RK
ed139a1cea
avoid base64-literals in image tests
...
use Python variables storing raw bytes
9 years ago
Min RK
96044f6c80
test updating execute_result
9 years ago
Min RK
f510806ff2
fix wait condition in display_id test
...
it was always waiting the maximum time because the condition was never met
9 years ago
Kyle Kelley
ead73b9efa
Merge pull request #2220 from delftswa2017/fix-issue-980
...
Fixed issue #980 : incorrect LaTeX capturing and MathJax rendering
9 years ago
michaelpacer
b7b6ec2ad2
Added more test cases, added spacing so that it was technically valid
9 years ago
michaelpacer
9a817f7bf0
Add test for LaTeX parsing
9 years ago
Min RK
0ebcb7a65f
test tags cell toolbar
9 years ago
Matthias Bussonnier
9dd3818a00
Merge pull request #2134 from Carreau/rtl-prompt
...
Better handeling or RTL prompts
9 years ago
Matthias Bussonnier
f06aca718a
Wrap prompts in bdi for rtl layout
9 years ago
Min RK
f63880700d
copying cells copies attachments
...
add test to verify
9 years ago
Paul Ivanov
03e410ba61
rename Halt to Shutdown
9 years ago
Paul Ivanov
95790be956
kernel halt confirmation dialog
9 years ago
Min RK
16a751c4d6
fix attachments test
...
Don't try to pass non-JSONable data across evaluate boundary
9 years ago
Min RK
3c0da28764
add missing waits for output in display_id tests
9 years ago
Jason Grout
1864fe5adb
Some tests for output callback overrides.
9 years ago
Min RK
4439a19d24
test display_id handling
10 years ago
Min RK
d52e1e2419
Restore loading of options_default in text cells
...
fixes omitted codemirror config due to ignoring options_default.
load options_default via config defaults (modifying options_default at runtime has no effect).
10 years ago
Min RK
1d16b302be
wait for render events in markdown test
...
render callback is async,
so we have to wait for the render event to fire.
10 years ago
Bernd Schwarzenbacher
cc3e6e9213
Possible fix with failing test
...
Maybe the test is wrong
10 years ago
Bernd Schwarzenbacher
08bd284f0d
Add tests describing behaviour of #1209
10 years ago
Julien Rebetez
cf1e849fc6
Move the unused attachments garbage collection logic to TextCell.toJSON.
...
This enable to keep all attachments in memory and only garbage collect
on the JSON that is saved to disk.
This fixes #1185
10 years ago
Jason Grout
a7b122f524
Add more kernel message buffer tests.
10 years ago
Jason Grout
b38f74758b
Add tests for notebook cell execution buffering.
10 years ago
Julien Rebetez
f50474d60d
Add test for attachments garbage collection
10 years ago
Julien Rebetez
51cab51f1c
Add Copy/Paste cell attachments test
10 years ago
Julien Rebetez
6cc468db52
Add tests for attachments insert menuitem
10 years ago
Brian Lange
a1acd448ed
Replace 'subtract' with '-' in existing tests
10 years ago
Matthias Bussonnier
b520b57f2f
Merge pull request #1049 from parleur/nested_svg
...
Nested svg
10 years ago
Pierre Gerold
f8d2af1632
draft for nested svg test, not working
10 years ago
Min RK
5eec6a5951
fix multi-cell undelete ordering
...
and test multi-cell undelete at both the top and bottom of the notebook
10 years ago
Min RK
89b75c21e2
multiple-undo for cell deletion
...
use a stack for undelete_backup instead of a singleton
avoids data loss on multiple undelete
10 years ago
Sylvain Corlay
859e1c77b6
Test based on css selection
10 years ago