// pre-conditions
IApplication application = ApplicationTestUtils.ensureHasExactly1Application(domain);
EmbeddedCartridgeTestUtils.ensureHasEmbeddedCartridges(
LatestVersionOf.mySQL(), application);
// verify using user instance that's not the one used to create
IUser user2 = new TestConnectionBuilder().defaultCredentials().disableSSLCertificateChecks().create().getUser();
IApplication user2Application = user2.getDefaultDomain().getApplicationByName(application.getName());
EmbeddedCartridgeTestUtils.ensureHasEmbeddedCartridges(
LatestVersionOf.mySQL(), user2Application);
// operation