Ejemplo n.º 1
0
        public void WhenCreateANewCommunityWithCommunityName()
        {
            createCommunity cs = new createCommunity(driver);

            cs.CreateCommunity();
        }