public void TestElementDoesNotExist() { SetUpFindElementsReturnsEmpty(); Actor.AsksFor(Existence.Of(Locator)).Should().BeFalse(); }
public void TestElementExists() { Actor.AsksFor(Existence.Of(Locator)).Should().BeTrue(); }