Is just replicated in each test following a convention. Would be nice to have that method be abstract and then provide a protected method CreateAndGoToSlash() (with a better name) which would call the method for the instance and then call GoToUrl("/") because that, again, is just up to you to remember to call in each test.
Could pass the name of the html into the ctor too, just to cut fluff out of the actual tests.
Is just replicated in each test following a convention. Would be nice to have that method be abstract and then provide a protected method
CreateAndGoToSlash()(with a better name) which would call the method for the instance and then callGoToUrl("/")because that, again, is just up to you to remember to call in each test.Could pass the name of the html into the ctor too, just to cut fluff out of the actual tests.