add file test

This commit is contained in:
dickmao 2020-02-24 07:37:36 -05:00
parent e9b581d9d1
commit df83a6aaf2

View file

@ -25,6 +25,17 @@ Scenario: Resync
And I switch to log expr "ein:log-all-buffer-name" And I switch to log expr "ein:log-all-buffer-name"
Then I should see "kernelspecs--complete" 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 @stop
Scenario: Stop after closing notebook Scenario: Stop after closing notebook
Given I am in notebooklist buffer Given I am in notebooklist buffer