From afe87d140b1c502add3f4c80355252ad12631294 Mon Sep 17 00:00:00 2001
From: Georgi Michev <georgi.michev@vereign.com>
Date: Mon, 13 Nov 2023 14:10:16 +0200
Subject: [PATCH] Remove WIP tag for task tests

The tag was removed due to changes in the database that fixed the issue.

Signed-off-by: Georgi Michev <georgi.michev@vereign.com>
---
 src/test/resources/features/tsa/cache/v1/cache/GET.feature     | 1 -
 src/test/resources/features/tsa/infohub/v1/export/GET.feature  | 1 -
 .../v1/verification-method/{namespace}/{did}/GET.feature       | 2 +-
 .../features/tsa/task/v1/task/taskListStatus/GET.feature       | 3 ---
 .../resources/features/tsa/task/v1/task/taskResult/GET.feature | 2 --
 .../features/tsa/task/v1/task/{taskName}/POST.feature          | 1 -
 6 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/test/resources/features/tsa/cache/v1/cache/GET.feature b/src/test/resources/features/tsa/cache/v1/cache/GET.feature
index 0cfa912a..af9411dc 100644
--- a/src/test/resources/features/tsa/cache/v1/cache/GET.feature
+++ b/src/test/resources/features/tsa/cache/v1/cache/GET.feature
@@ -69,7 +69,6 @@ Feature: API -TSA - Cache - v1/cache GET
     And the response is valid according to the {Cache_negative_schema.json} REST schema
     And the field {message} has the value {"key" is missing from header}
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Executing Task with DID resolver and Evaluate the Cache - Positive
     Given we are testing the TSA Task Api
     When I load the REST request {Policy.json} with profile {did_key}
diff --git a/src/test/resources/features/tsa/infohub/v1/export/GET.feature b/src/test/resources/features/tsa/infohub/v1/export/GET.feature
index 6f6b05a4..5fcd28d3 100644
--- a/src/test/resources/features/tsa/infohub/v1/export/GET.feature
+++ b/src/test/resources/features/tsa/infohub/v1/export/GET.feature
@@ -25,7 +25,6 @@ Feature: API - TSA - Infohub - v1/export GET
   Background:
     Given we are testing the TSA Infohub Api
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Export through Infohub - Positive
     When I export the {testexport} via TSA Infohub API
     Then the status code should be {200}
diff --git a/src/test/resources/features/tsa/signer/v1/verification-method/{namespace}/{did}/GET.feature b/src/test/resources/features/tsa/signer/v1/verification-method/{namespace}/{did}/GET.feature
index f68fc020..03e267a9 100644
--- a/src/test/resources/features/tsa/signer/v1/verification-method/{namespace}/{did}/GET.feature
+++ b/src/test/resources/features/tsa/signer/v1/verification-method/{namespace}/{did}/GET.feature
@@ -43,7 +43,7 @@ Feature: API - TSA - Signer keys - v1/verification-methods/{namespace}/{did} GET
 
   @wip
   Scenario: TSA - Getting all keys from namespace using DID from Singer - Positive
-    When I get all keys from namespace {transit} using issuer {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation} via TSA Signer API
+    When I get all keys from namespace {transit} using issuer {did:web:gaiax.vereign.com:tsa:policy:policy:policies:example:returnDID:1.0:evaluation} via TSA Signer API
     And the status code should be {200}
     And the field {[0].id} has the value {key1#key1}
     And the field {[0].type} has the value {JsonWebKey2020}
diff --git a/src/test/resources/features/tsa/task/v1/task/taskListStatus/GET.feature b/src/test/resources/features/tsa/task/v1/task/taskListStatus/GET.feature
index a9a2eb39..4cc18d89 100644
--- a/src/test/resources/features/tsa/task/v1/task/taskListStatus/GET.feature
+++ b/src/test/resources/features/tsa/task/v1/task/taskListStatus/GET.feature
@@ -25,7 +25,6 @@ Feature: API -TSA - Task - v1/taskList GET
   Background:
     Given we are testing the TSA Task Api
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Get status from Task List execution - Positive
     When I load the REST request {Policy.json} with profile {did_key}
     And I execute the taskList {testList} via TSA Task API
@@ -39,7 +38,6 @@ Feature: API -TSA - Task - v1/taskList GET
     And the field {status} has the value {done}
     And the field {$..tasks..status} has the value {["done","done"]}
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Get status from Task List with three synchronous tasks second fails - Negative
     When I set the following request body {{}}
     And I execute the taskList {failTestListSync} via TSA Task API
@@ -53,7 +51,6 @@ Feature: API -TSA - Task - v1/taskList GET
     And the field {status} has the value {failed}
     And the field {$..tasks..status} has the value {["done","failed","failed"]}
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Get status from Task List with three asynchronous tasks second fails - Negative
     When I set the following request body {{}}
     And I execute the taskList {failTestListAsync} via TSA Task API
diff --git a/src/test/resources/features/tsa/task/v1/task/taskResult/GET.feature b/src/test/resources/features/tsa/task/v1/task/taskResult/GET.feature
index 8460a787..fc627ff1 100644
--- a/src/test/resources/features/tsa/task/v1/task/taskResult/GET.feature
+++ b/src/test/resources/features/tsa/task/v1/task/taskResult/GET.feature
@@ -25,7 +25,6 @@ Feature: API -TSA - Task - v1/taskList GET
   Background:
     Given we are testing the TSA Task Api
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Executing Task with DID resolver and checking the Task Results - Positive
   #Execute Task
     When I load the REST request {Policy.json} with profile {did_key}
@@ -40,7 +39,6 @@ Feature: API -TSA - Task - v1/taskList GET
     And the response is valid according to the {Task_ExecuteDID_schema.json} REST schema
     And the field {data.didDocument.id} has the value {did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6}
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Get result from Task List with two synchronous tasks - Positive
     When I set the following request body {{}}
     And I execute the taskList {testList} via TSA Task API
diff --git a/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature b/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature
index 2108bbe9..e7fcb024 100644
--- a/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature
+++ b/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature
@@ -30,7 +30,6 @@ Feature: API -TSA - Task - v1/task POST
   Background:
     Given we are testing the TSA Task Api
 
-  @wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
   Scenario: TSA - Executing Task with DID resolver - Positive
     When I load the REST request {Policy.json} with profile {did_key}
     And I execute the Task {didResolve} via TSA Task API
-- 
GitLab