Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a ScreenFixture "is hidden" and "is visible" helper #30

Open
jeremydmiller opened this issue Jan 2, 2013 · 0 comments
Open

Add a ScreenFixture "is hidden" and "is visible" helper #30

jeremydmiller opened this issue Jan 2, 2013 · 0 comments

Comments

@jeremydmiller
Copy link
Contributor

It's just way to common to do something like:

    [FormatAs("The change client link is shown")]
    public bool TheChangeClientLinkIsShown()
    {
        return Driver.FindElements(By.Id("change-client")).Any();
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant