Skip to:
In order to ensure that there is a way to refer to unconnected preceding and succeeding titles, we should make the title required.
Scenario
Given an instance for Scientific American
Scientific American
When a unconnected preceding title is added without a title
Then it should be rejected and an error message provided explaining why
When a unconnected preceding title is added with title Unscientific American
Unscientific American
Then the unconnected preceding title for Unscientific American should be created
When a unconnected succeeding title is added without a title
When a unconnected succeeding title is added with title More Scientific American
More Scientific American
Then the unconnected succeeding title for More Scientific American should be created
Merged to master.
I am changing this to a bug because it is a failed requirement from the original story.
Charlotte confirmed we want this required.
Just putting this in Draft for now, as is going to double check with the MM SIG whether this needs to be required.
In order to ensure that there is a way to refer to unconnected preceding and succeeding titles, we should make the title required.
Scenario
Given an instance for
Scientific American
When a unconnected preceding title is added without a title
Then it should be rejected and an error message provided explaining why
Scenario
Given an instance for
Scientific American
When a unconnected preceding title is added with title
Unscientific American
Then the unconnected preceding title for
Unscientific American
should be createdScenario
Given an instance for
Scientific American
When a unconnected succeeding title is added without a title
Then it should be rejected and an error message provided explaining why
Scenario
Given an instance for
Scientific American
When a unconnected succeeding title is added with title
More Scientific American
Then the unconnected succeeding title for
More Scientific American
should be created