We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4167ace commit abdc97eCopy full SHA for abdc97e
features/node_type_edit.feature
@@ -40,8 +40,10 @@ Feature: Edit a node type
40
Scenario: Create a new node type
41
Given I have an editor which produces the following:
42
"""
43
- <ns ='http://namespace.com/ns'>
44
- [ns:somenewtype] > nt:unstructured
+ <ns='http://namespace.com/ns'>
+ <nt='http://www.jcp.org/jcr/nt/1.0'>
45
+ [ns:NodeType] > nt:unstructured
46
+ orderable query
47
48
And I execute the "node-type:edit ns:somenewtype --no-interaction" command
49
Then the command should not fail
0 commit comments