Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCD-2344 Reenable Ignored FT - @Ignore removed for F-018 S-001, S-002… #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aat/src/resources/features/F-018/F-018.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Background: Load test data for the scenario
Given an appropriate test context as detailed in the test data source

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@S-001 @Smoke @Ignore
@S-001 @Smoke
Scenario: must successfully add an activity with a correct and complete invocation

Given a user with [an active profile in CCD],
Expand All @@ -22,7 +22,7 @@ Scenario: must successfully add an activity with a correct and complete invocati
And another call [to observe the new activity just added on the case above] will get the expected response as in [S-014-Verification-call].

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@S-002 @Ignore #RDM-8986 should return 400 Bad Request but returning 422
@S-002 #RDM-8986 should return 400 Bad Request but returning 422
Scenario: must return a negative response when activity is missing

Given a user with [an active profile in CCD],
Expand All @@ -37,7 +37,7 @@ Scenario: must return a negative response when activity is missing
And the response has all the details as expected.

#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@S-003 @Ignore #RDM-8986 should return 400 Bad Request but returning 422
@S-003 #RDM-8986 should return 400 Bad Request but returning 422
Scenario: must return a negative response when activity is unknown

Given a user with [an active profile in CCD],
Expand Down