76 Commits (f99beefdf45dd2891bb7ebdd93f7a67e44623aee)

Author SHA1 Message Date
Niko Felger d84faae6a8
Convert notifications JS test to selenium (#5455)
6 years ago
Thomas Kluyver 7fb461ddf7 Selenium test fixture to open a notebook with prefilled content
6 years ago
Thomas Kluyver 6d76481ccd
Merge pull request #4622 from TeresaPartidaS/convert_execute_code_js_to_selenium
6 years ago
Thomas Kluyver 257e71202c Rework execution test, add wait_for_cell_output helper
6 years ago
Thomas Kluyver 46614c3772 Simplify test for interrupting running code
6 years ago
lmcdon14 f2bfd3bebd create selenium interrupt test and add utility function
6 years ago
Thomas Kluyver fb2286585c Fix checking if kernel is running through Selenium
6 years ago
Min ho Kim bd66c18b4f Fix typos (#4760)
7 years ago
Luis Rodriguez cd2ea150a0 Refactor for
7 years ago
Luis Rodriguez 799b8be841 Move repeated assert mode
7 years ago
Luis Rodriguez 6679891464 Give space to inline comments
7 years ago
Luis Rodriguez 6b7d179697 Change assert for Exception
7 years ago
Luis Rodriguez 83b3c19de3 Solve insonsistensy on is_focused_on
7 years ago
Luis Rodriguez b294bf57f8 Refactor of ifs
7 years ago
Luis Rodriguez c276d81914 Update docstring
7 years ago
Luis Rodriguez 3a0cb7b113 Refactor validate_dualmode_mode
7 years ago
Luis Rodriguez fccc7d7420 Resolve notebook len duplicate method
7 years ago
Luis Rodriguez 3cdc418799 Add alt command, gets, and validate_notebook_state
7 years ago
Thomas Kluyver f21650ed0c
Merge pull request #4512 from emiliotl/convert_dmode_arrows_and_fix_dmode_insert_tests
7 years ago
Emilio Talamante Lugo d8120e5845 Rename ctrl method to cmdtrl which covers the mains OS
7 years ago
Min RK 5ad7a41c4c wait for kernel to be ready in selenium tests
7 years ago
Emilio Talamante Lugo 35a19e9308 Fixed dualmode insert test and convert dualmode arrows test to selenium
7 years ago
Emilio Talamante Lugo 0c003e9de1 Handled possible race conditions and modified returned object on get_cell_output
7 years ago
Emilio Talamante Lugo 23adb8e919 Replacing time.sleep for a conditional waiting method
7 years ago
Emilio Talamante Lugo b892d7c8c6 Converted shutdown.js test to selenium python test
7 years ago
Thomas Kluyver e00a86c4cb Throw clearer error if no new window handles found
7 years ago
Thomas Kluyver 6d7b6af514
Merge pull request #4182 from AndresSan6/merge_selected_cells
7 years ago
Amy Skerry f995db42ee Address review feedback
7 years ago
Amy Skerry 6f73d79376 Add custom expectation to wait for n elements
7 years ago
Andres Sanchez f27e87541d Changed function name in utils.py and in test_merge_cells.py
7 years ago
Thomas Kluyver c9378c71fe
Merge pull request #4146 from askerry/selenium_display_isolation
7 years ago
Andres Sanchez fd6ea8e556 Removed unnecessary property attibute created in utils.py and added comments to test_merge_cells.py
7 years ago
Andres Sanchez 1c87821dc1 Modifications to test JS funcion in test_merge_cells.py
7 years ago
Amy Skerry aa658d3d79 Migrate display isolation test to selenium
7 years ago
Amy Skerry 03478bee87 Migrate image display test to selenium
7 years ago
Thomas Kluyver c4c49b71ea Wait for 'New' dropdown button to be clickable for Selenium tests
8 years ago
Thomas Kluyver 2941158ec7
Merge branch 'master' into test_empty_arrows
8 years ago
arovitn b22994eb47 renamed the ids, removed the replace_all parameter and changed the name of the testcase as mentioned in the comments
8 years ago
arovitn 33c1dea080 add 'ids' to the form_and_replace form and address other review comments
8 years ago
arovitn 0afa1e5855 Modified to use list comprehension, added '()' for to_command_mode, added assert to check presence of cell and remove 'return True' from remove_cells
8 years ago
arovitn 6fc09088ed [WIP 838: Writing test for 'Find and replace' in selected cell apply on all cells]
8 years ago
arovitn 70ce8fac33 forgot adding .perform() for ActionChain
8 years ago
arovitn 031c90b933 1. Converting 'empty_arrows_keys.js' into selenium based test
8 years ago
sheshtawy c4adc5266f Update utils.py to resolve merge conflict
8 years ago
arovitn 5b0bc68e77 [WIP] [3335] Converting prompt_numbers.js test to selenium
8 years ago
sheshtawy 8daa5f51b4 Add a couple of utility functions to help get a single cell's content and type
8 years ago
sheshtawy bdfdd24c7e Move some utility functions from the test module to the utils.py module
8 years ago
Thomas Kluyver 40e996956a Finish making Selenium undelete test
8 years ago
Thomas Kluyver 08072107ae Start writing undelete test in Selenium
8 years ago
Thomas Kluyver 7266fd53b0 Remove unused variant of append for now
8 years ago