arovitn
dcb45b2b34
modified the deletion logic as per the comments and setting the readonly cell to false
8 years ago
arovitn
66b257bf3b
removing test_empty_arrows_keys.py and moving the delete_cell test into test_deletecell.py
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
ebf27aa94c
Remove unnecessary imports
8 years ago
sheshtawy
bdfdd24c7e
Move some utility functions from the test module to the utils.py module
8 years ago
sheshtawy
b097da2867
Delete tests
...
Update to use the updated notebook fixture
8 years ago
sheshtawy
5e57a51055
Remove unnecessary comments
8 years ago
sheshtawy
a47ecd4c07
Move notebook fixture to deletetest file to minimize the dependency on changes in PR #3475 . This should be update once that PR is merged
8 years ago
sheshtawy
2ef45d5577
Add tests to make sure copied cells are deletable
8 years ago
sheshtawy
a0e89b618d
Add tests for deletable cells and non-deleteable cells
8 years ago
hkshesht
835211f039
Initial commit to convert deletecell.js to selenium
8 years ago