Exemple #1
0
        public void ThenTheyShouldSeeThatSomeCommentTextIsItalic(string text)
        {
            var theActor = stage.GetTheActorInTheSpotlight();
            var comment  = GetCurrentComment();

            Then(theActor).Should(VerifyThat.TheRenderedText(text).Inside(comment).IsDisplayedWithinTheTag("em"));
        }