From df83a6aaf23ff1a6135070acf14400ac28a82b2c Mon Sep 17 00:00:00 2001 From: dickmao Date: Mon, 24 Feb 2020 07:37:36 -0500 Subject: [PATCH] add file test --- features/notebooklist.feature | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/features/notebooklist.feature b/features/notebooklist.feature index 089c001..839223e 100644 --- a/features/notebooklist.feature +++ b/features/notebooklist.feature @@ -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