mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
add file test
This commit is contained in:
parent
e9b581d9d1
commit
df83a6aaf2
1 changed files with 11 additions and 0 deletions
|
@ -25,6 +25,17 @@ Scenario: Resync
|
|||
And I switch to log expr "ein:log-all-buffer-name"
|
||||
Then I should see "kernelspecs--complete"
|
||||
|
||||
@file
|
||||
Scenario: File open
|
||||
Given I am in notebooklist buffer
|
||||
And I go to word "notebooklist.feature"
|
||||
And I go to beginning of line
|
||||
And I click without going top on "Open"
|
||||
And I clear log expr "ein:log-all-buffer-name"
|
||||
And I click on "Open"
|
||||
And I switch to log expr "ein:log-all-buffer-name"
|
||||
Then I should see "kernelspecs--complete"
|
||||
|
||||
@stop
|
||||
Scenario: Stop after closing notebook
|
||||
Given I am in notebooklist buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue