Skip to content

Commit

Permalink
CTR fix tag/feature names for gherkin feature files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Sep 24, 2024
1 parent 2a6ca98 commit 9d9eb90
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# specific language governing permissions and limitations
# under the License.

@StepClassBranch @StepChoose
Feature: Step - choose()
@StepClassBranch @StepOptional
Feature: Step - optional()

Scenario: g_VX2X_optionalXoutXknowsXX
Given the modern graph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

@StepClassFilter @StepIs
Feature: Step - coin()
Feature: Step - is()

Scenario: g_V_valuesXageX_isX32X
Given the modern graph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

@StepClassMap @StepCall @TinkerServiceRegistry
Feature: Step - Call
Feature: Step - call()

Scenario: g_call
Given the empty graph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

@StepClassMap @GraphComputerVerificationElementSupported
@StepClassMap @StepElement @GraphComputerVerificationElementSupported
Feature: Step - element()

# VertexProperty -> Vertex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

@StepClassMap @Product
@StepClassMap @StepProduct
Feature: Step - product()

@GraphComputerVerificationInjectionNotSupported
Expand Down

0 comments on commit 9d9eb90

Please sign in to comment.