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

DeleteAllCookies() doesn't work #138

Open
pashidlos opened this issue Feb 6, 2015 · 0 comments
Open

DeleteAllCookies() doesn't work #138

pashidlos opened this issue Feb 6, 2015 · 0 comments

Comments

@pashidlos
Copy link

HI!
I'm trying to delete cookies after each test and added it to [TearDown]

[TestFixture]
public class CartTests : FluentTest
{

    [TestFixtureSetUp]
    public void SampleTests()
    {
        new DriverSetup();
    }

    [TearDown]
    public void TearDown()
    {
        this.Provider.Manage().Cookies.DeleteAllCookies();
    }

But after on test is completed another begins with without clearing cookies.
Maybe I'm doing something wrong?
Please, help me

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