Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 275c8a3e authored by Sonali MOHANTY's avatar Sonali MOHANTY
Browse files

Keystore file path change

parent 6ead9ead
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ public class KeyStoreImportDialog extends PageComponent{
return new KeyStoreEditDialog(driver);
}
public void chooseKeystoreFile(String relativePath) {
//String path =new File("src/main/resources/keystore/keystore_dummy1.jks").getAbsolutePath() ;
String path =new File(relativePath).getAbsolutePath() ;
chooseKeystore.sendKeys(path);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment