public void Trigger_WaitForElement_VisibleThenMissing() { WaitingPage page = Go.To <WaitingPage>(); using (StopwatchAsserter.WithinSeconds(2)) page.ButtonWithVisibleAndMissingWait.Click(); page.Result.Should.AtOnce.Exist(); }
protected override void OnSetUp() { page = Go.To <WaitingPage>(); }