File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ Feature: Add a section heading with text
44 I need a method to add a heading with its text in a single step
55
66
7- @wip
87 Scenario : Add a heading specifying only its text
98 Given a document
109 When I add a heading specifying only its text
1110 Then the style of the last paragraph is 'Heading 1'
1211 And the last paragraph contains the heading text
1312
1413
15- @wip
1614 Scenario Outline : Add a heading specifying level
1715 Given a document
1816 When I add a heading specifying level=<heading level>
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Feature: Add a paragraph with optional text and style
1616 Then the last paragraph contains the text I specified
1717
1818
19- @wip
2019 Scenario Outline : Add a paragraph specifying its style
2120 Given a document
2221 When I add a paragraph specifying its style as a <style-spec>
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Feature: Replace paragraph text
44 I need a writable text property on paragraph
55
66
7- @wip
87 Scenario : Set paragraph text
98 Given a paragraph with content and formatting
109 When I set the paragraph text
You can’t perform that action at this time.
0 commit comments