ArtOfTest.Common.Design.Exceptions.VerificationException: Content.InnerText of 'CAPAdvancedContentTextArea' does not match!

   Match Type: 'Contains'
   Expected Result: '<?xml version="1.0"?><alert xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:tc:emergency:cap:1.2">  <identifier>2e7f26d3-8134-4e2e-988b-08251785adcb</identifier>  <sender>JohnyNEWed@qa.blackboardconnect.com</sender>  <sent>2012-01-24T16:45:01-08:00</sent>  <status>Exercise</status>  <msgType>Update</msgType>  <scope>Public</scope>  <info>    <category>Health</category>    <event>The Event name</event>    <responseType>Execute</responseType>    <urgency>Future</urgency>    <severity>Extreme</severity>    <certainty>Possible</certainty>    <expires>2013-02-07T07:45:01-08:00</expires>    <headline>Headline name</headline>    <description>Descr</description>    <instruction>Instr</instruction>  </info></alert>'
   Value at time of failure: '&lt;?xml version="1.0"?&gt;
&lt;alert xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:tc:emergency:cap:1.2"&gt;
  &lt;identifier&gt;7ec45435-7d4b-4a5c-8559-a3fcd552e9f0&lt;/identifier&gt;
  &lt;sender&gt;matt.shaw@blackboard.com&lt;/sender&gt;
  &lt;sent&gt;2012-01-30T11:15:23-08:00&lt;/sent&gt;
  &lt;status&gt;Exercise&lt;/status&gt;
  &lt;msgType&gt;Update&lt;/msgType&gt;
  &lt;scope&gt;Public&lt;/scope&gt;
  &lt;info&gt;
    &lt;category&gt;Health&lt;/category&gt;
    &lt;event&gt;The Event name&lt;/event&gt;
    &lt;responseType&gt;Execute&lt;/responseType&gt;
    &lt;urgency&gt;Future&lt;/urgency&gt;
    &lt;severity&gt;Extreme&lt;/severity&gt;
    &lt;certainty&gt;Possible&lt;/certainty&gt;
    &lt;expires&gt;2012-02-13T11:15:23-08:00&lt;/expires&gt;
    &lt;headline&gt;Headline name&lt;/headline&gt;
    &lt;description&gt;Descr&lt;/description&gt;
    &lt;instruction&gt;Instr&lt;/instruction&gt;
  &lt;/info&gt;
&lt;/alert&gt;'
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)