<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>Libs/Interop.SHDocVw.dll</filename>
    </modified>
    <modified>
      <diff>@@ -9,13 +9,17 @@ namespace xUnitBrowserAttribute
         [Theory]
         [Browser(&quot;IE&quot;)]
         [Browser(&quot;FireFox&quot;)]
-        [Browser(&quot;Chrome&quot;)]
+        //[Browser(&quot;Chrome&quot;)]
         public void Should_Click_Search_On_Google_And_Return_Results_For_AspNet(Browser browser)
         {
             browser.GoTo(&quot;http://www.google.co.uk&quot;);
             browser.TextField(Find.ByName(&quot;q&quot;)).Value = &quot;asp.net&quot;;
             browser.Button(Find.ByName(&quot;btnG&quot;)).Click();
-            Assert.True(browser.ContainsText(&quot;The Official Microsoft ASP.NET Site&quot;));
+
+            string testString = &quot;The Official Microsoft ASP.NET Site&quot;;
+            browser.WaitUntilContainsText(testString);
+            Assert.True(browser.ContainsText(testString));
+            browser.Dispose();
         }
     }
 }</diff>
      <filename>xUnitBrowserAttribute/Example.cs</filename>
    </modified>
    <modified>
      <diff>@@ -31,10 +31,6 @@
     &lt;WarningLevel&gt;4&lt;/WarningLevel&gt;
   &lt;/PropertyGroup&gt;
   &lt;ItemGroup&gt;
-    &lt;Reference Include=&quot;Interop.SHDocVw, Version=1.1.0.0, Culture=neutral&quot;&gt;
-      &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt;
-      &lt;HintPath&gt;..\Libs\Interop.SHDocVw.dll&lt;/HintPath&gt;
-    &lt;/Reference&gt;
     &lt;Reference Include=&quot;System&quot; /&gt;
     &lt;Reference Include=&quot;System.Core&quot;&gt;
       &lt;RequiredTargetFramework&gt;3.5&lt;/RequiredTargetFramework&gt;</diff>
      <filename>xUnitBrowserAttribute/xUnitBrowserAttribute.csproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b141c89793de367e8a51d260bd29c83218af1d8a</id>
    </parent>
  </parents>
  <author>
    <name>unknown</name>
    <email>Ben Hall@.(none)</email>
  </author>
  <url>http://github.com/BenHall/xUnitBrowserAttribute/commit/bb396bc97f243c829e9e8fd139ffe53cac6d1724</url>
  <id>bb396bc97f243c829e9e8fd139ffe53cac6d1724</id>
  <committed-date>2009-08-18T19:15:38-07:00</committed-date>
  <authored-date>2009-08-18T19:15:38-07:00</authored-date>
  <message>Had to update the SHDocVw with the signed verison</message>
  <tree>d372afd29db9720577181e22cf938de438dad89f</tree>
  <committer>
    <name>unknown</name>
    <email>Ben Hall@.(none)</email>
  </committer>
</commit>
