Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 3bf4079

Browse files
committed
Simplify test
Signed-off-by: Baiju Muthukadan <[email protected]>
1 parent a8cff82 commit 3bf4079

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/acceptance/features/bindAppToService.feature

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Feature: Bind an application to a service
332332
And Service Binding "binding-request-empty-app" is not persistent in the cluster
333333

334334
@negative
335-
Scenario: Service Binding with name and label selector
335+
Scenario: Cannot create Service Binding with name and label selector
336336
Given CustomResourceDefinition backends.stable.example.com is available
337337
* The Custom Resource is present
338338
"""
@@ -369,11 +369,9 @@ Feature: Bind an application to a service
369369
kind: Backend
370370
name: backend-demo-empty-app
371371
"""
372-
Then Error message is thrown
373-
And Service Binding "binding-request-with-name-label-selector" is not persistent in the cluster
374372

375373
@negative
376-
Scenario: Service Binding with name and label selector in the spec API
374+
Scenario: Cannot create Service Binding with name and label selector in the spec API
377375
Given CustomResourceDefinition backends.stable.example.com is available
378376
* The Custom Resource is present
379377
"""
@@ -407,8 +405,6 @@ Feature: Bind an application to a service
407405
kind: Backend
408406
name: backend-demo-empty-app
409407
"""
410-
Then Error message is thrown
411-
And Service Binding "binding-request-with-name-label-selector-spec" is not persistent in the cluster
412408

413409
@olm
414410
Scenario: Bind service to application using binding definition available in x-descriptors

0 commit comments

Comments
 (0)