-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: WEBUI-0.9.0
-
Component/s: Web UI
-
Epic Link:
-
Tags:
-
Sprint:nxGang Sprint 9.1.1, nxGang Sprint 9.1.3, nxGang Sprint 9.1.4
-
Story Points:3
Create the following tests:
Feature: Edit Note Note is editable and previewed on every format Background: Given I login as “Member User” And have a note with writing permission Scenario Outline: Note <format> editor When I change format to <format> And I click edit content button Then <editor> is the editor And current content is presented And preview height is equal to content Examples: |format |editor | |HTML |Alloy | |Text |paper-textarea | |XML |Alloy no-toolbars | |Markdown |paper-textarea | Scenario Outline: Note <format> save When I change format to <format> And I click edit content button And change content And press save button Then edit content is shown And height is the same as content Examples: |format | |HTML | |Text | |XML | |Markdown |
Also add any relevant test missing from the above.