X Tutup
Skip to content

Commit d9a47b4

Browse files
author
Steve Canny
committed
acpt: remove now-passing features from WIP
1 parent 675aa33 commit d9a47b4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

features/api-add-heading.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

features/api-add-paragraph.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

features/par-set-text.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
X Tutup