You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monkeyking/notebook/tests/selenium
Emilio Talamante Lugo b2653ddb97
Add some code style improvements by not using list comprehension when not required
7 years ago
..
__init__.py Testing with Selenium & Sauce labs (#3321) 8 years ago
conftest.py Move fixture into conftests.py 8 years ago
quick_selenium.py Docstrings and naming clarity 8 years ago
test_buffering.py Address review feedback 7 years ago
test_clipboard_multiselect.py Add some code style improvements by not using list comprehension when not required 7 years ago
test_dashboard_nav.py use wait_for_selector from utils module in test_dashboard_nav 8 years ago
test_deletecell.py modified the deletion logic as per the comments and setting the readonly cell to false 8 years ago
test_display_image.py Address review feedback 7 years ago
test_display_isolation.py Add custom expectation to wait for n elements 7 years ago
test_dualmode_arrows.py Fixed dualmode insert test and convert dualmode arrows test to selenium 7 years ago
test_dualmode_insertcell.py Update assert statement to use a list for more descriptive errors and less requests to the browser 8 years ago
test_find_and_replace.py renamed the ids, removed the replace_all parameter and changed the name of the testcase as mentioned in the comments 8 years ago
test_markdown.py Update selenium tests 8 years ago
test_merge_cells.py Changed function name in utils.py and in test_merge_cells.py 7 years ago
test_multiselect.py Convert multiselect test to Selenium 7 years ago
test_prompt_numbers.py [WIP] [3335] Converting prompt_numbers.js test to selenium 8 years ago
test_save.py Convert test for saving with complex name to Selenium 7 years ago
test_save_as_notebook.py Add basic selenium test case 8 years ago
test_shutdown.py Changed to .utils module for CI tests acceptance 7 years ago
test_undelete.py Converted clipboard js to selenium and rename undeleted to conventional name 7 years ago
utils.py Merge pull request #4512 from emiliotl/convert_dmode_arrows_and_fix_dmode_insert_tests 7 years ago