}
@When("the list of issues is stored")
public void storeIssues() throws LoginException {
waitForScanToComplete(scanName);
reportClient = new ReportClient(nessusUrl);
reportClient.login(username,password);
issues = reportClient.getAllIssuesSortedByPluginId(scanUuid);
}