Wait longer for spinner in automation tests

This commit is contained in:
Mark McDowall
2014-08-11 21:26:49 -07:00
parent 9e0c8a60b4
commit 1e815e7525
4 changed files with 2 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Automation.Test.PageModel;
using NzbDrone.Test.Common;
using OpenQA.Selenium;
namespace NzbDrone.Automation.Test
@@ -11,12 +10,10 @@ namespace NzbDrone.Automation.Test
{
private PageBase page;
[SetUp]
public void Setup()
{
page = new PageBase(driver);
ExceptionVerification.MarkInconclusive(typeof(StaleElementReferenceException));
}
[Test]