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

[WIP] [Autotests] refactoring #90

Open
wants to merge 1 commit into
base: v.0.7.x
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
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