Skip to content
Snippets Groups Projects

add export and import for Infohub

Merged Georgi Michev requested to merge infohub-export-import into main
All threads resolved!
Files
5
@@ -34,11 +34,6 @@ public class CacheStepDefinitions extends BaseStepDefinitions {
}
}
@And("^I get the result \\{(\\d+)\\} from Import IDs $")
public void iGetTheResultOfTask(int id) {
iSendTheCachePOSTRequest( restSessionContainer.getImportIDs().get(id));
}
@And("I load element \\{(\\d+)\\} from Info SessionContainer into currentRequest HEADER \\{(.*?)\\}$")
public void load_element_from_Info_SessionContainer_into_currentRequest_Header_(int id, String headerName) throws Throwable {
currentRequest.getHeaders().put(headerName, restSessionContainer.getImportIDs().get(id));
Loading