.withProperty("repository", rIdActive)
.save();
MatcherAssert.assertThat(capability.isActive(), is(true));
logRemote("Change capability to use repository '{}'", rIdInactive);
capability.withProperty("repository", rIdInactive).save();
MatcherAssert.assertThat(capability.isActive(), is(false));
}
/**
* Verify that capability is initially active when created for a repository that is not blocked