Skip to content

Instantly share code, notes, and snippets.

@testautomationtribe
Created July 13, 2016 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testautomationtribe/2ba09f67212be5670e2dd32e03913b83 to your computer and use it in GitHub Desktop.
Save testautomationtribe/2ba09f67212be5670e2dd32e03913b83 to your computer and use it in GitHub Desktop.
using NUnit.Framework;
using TatAutomationFramework.Web;
namespace TatAutomationFramework.Tests
{
public class NavigationTests : TestBase
{
[Test]
public void NavigateToGoogle()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment