Skip to content

Commit

Permalink
schrodinger: provisioning test fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 9, 2020
1 parent 396b57f commit 2366e83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -88,7 +88,7 @@ public void mod03test01ViewingResources() throws Exception {
CSV_1_RESOURCE_ATTRIBUTES.forEach(attr ->
Assert.assertTrue(schemaStepSchemaTab.getAttributesTable().containsText(attr)));

addObjectFromFile(NUMERIC_PIN_FIRST_NONZERO_POLICY_FILE);
importObject(NUMERIC_PIN_FIRST_NONZERO_POLICY_FILE, true);

csv2TargetFile = new File(getTestTargetDir(), CSV_2_FILE_SOURCE_NAME);
FileUtils.copyFile(CSV_2_SOURCE_FILE, csv2TargetFile);
Expand Down
Expand Up @@ -49,7 +49,6 @@ public class M4ProvisioningToResources extends AbstractLabTest {
@Test(groups={"M4"}, dependsOnGroups={"M3"})
public void mod04test01BasicProvisioningToMultipleResources() {
importObject(CSV_1_RESOURCE_FILE, true);
addObjectFromFile(NUMERIC_PIN_FIRST_NONZERO_POLICY_FILE);

changeResourceAttribute(CSV_1_RESOURCE_NAME, ScenariosCommons.CSV_RESOURCE_ATTR_FILE_PATH, csv1TargetFile.getAbsolutePath(), true);

Expand Down

0 comments on commit 2366e83

Please sign in to comment.