testNodeInWorkspace(englishLiveSession, SITECONTENT_ROOT_NODE + "/home/page1",
"Page 1 should have been published to live workspace !");
// Add mixin to a node already published once, publish it, and verify that the new mixin was properly added.
englishEditSession.checkout(englishEditPage1);
englishEditPage1.addMixin("jmix:sitemap");
englishEditSession.save();
assertTrue("Page 1 should now have the sitemap mixin type in edit workspace", englishEditPage1.isNodeType(
"jmix:sitemap"));
testPropertyInWorkspace(englishEditSession, SITECONTENT_ROOT_NODE + "/home/page1", "changefreq", "monthly",
"Propery changefreq should have default value of 'monthly'");