Skip to content
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
16 changes: 8 additions & 8 deletions api_tests/tests/features/ws_list-post.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Feature: Check ws_list [POST] request
And response body "records" "descriptor" schemas should be valid


@specific
@positive
Scenario: Return current list of Dataset variants for specific "wgs_PGP3140_nist_3_3_2" ws dataset
Given "wgs_PGP3140_nist_3_3_2" is uploaded and processed by the system
And "ws Dataset with < 9000" records is derived from it
When ws_list request with "ws Dataset with < 9000" parameter is send
Then response status should be "200" OK
And response body json should match expected data for "ws_list" request
# @specific
# @positive
# Scenario: Return current list of Dataset variants for specific "wgs_PGP3140_nist_3_3_2" ws dataset
# Given "wgs_PGP3140_nist_3_3_2" is uploaded and processed by the system
# And "ws Dataset with < 9000" records is derived from it
# When ws_list request with "ws Dataset with < 9000" parameter is send
# Then response status should be "200" OK
# And response body json should match expected data for "ws_list" request

@any
@negative
Expand Down