Sha256: ba9655685b00bcb23ec43037577791af219da19171c34ecb18fb1fec469cc02b
Contents?: true
Size: 1.8 KB
Versions: 11
Compression:
Stored size: 1.8 KB
Contents
Feature: Switch and move tabs within a notebook Scenario: Switch tab down When I open a new edit tab And I replace the contents with "Anne Boleyn" And I open a new edit tab And I replace the contents with "Elizabeth Woodville" Then I should see "Elizabeth Woodville" in the edit tab And I move down a tab Then I should see "Anne Boleyn" in the edit tab Scenario: Switch tab down too far When I open a new edit tab And I replace the contents with "Anne Boleyn" And I open a new edit tab And I replace the contents with "Elizabeth Woodville" Then I should see "Elizabeth Woodville" in the edit tab And I move down a tab And I move down a tab Then I should see "Anne Boleyn" in the edit tab Scenario: Switch tab up When I open a new edit tab And I replace the contents with "Anne Boleyn" And I open a new edit tab And I replace the contents with "Elizabeth Woodville" Then I should see "Elizabeth Woodville" in the edit tab And I move down a tab And I move up a tab Then I should see "Elizabeth Woodville" in the edit tab Scenario: Switch tab up too far When I open a new edit tab And I replace the contents with "Anne Boleyn" And I open a new edit tab And I replace the contents with "Elizabeth Woodville" Then I should see "Elizabeth Woodville" in the edit tab And I move up a tab Then I should see "Elizabeth Woodville" in the edit tab Scenario: Switch notebooks When I open a new edit tab And I replace the contents with "Anne Boleyn" And I make a new notebook When I open a new edit tab And I replace the contents with "Scarlett" And I move the tab to the other notebook When I switch notebooks Then I should see "Anne Boleyn" in the edit tab
Version data entries
11 entries across 11 versions & 1 rubygems