Skip to content

Commit

Permalink
Test if we need to skip cookie tests for lack of a valid domain name …
Browse files Browse the repository at this point in the history
…before

calling a method that asserts we have a valid domain name.
  • Loading branch information
jleyba committed May 6, 2014
1 parent 228d90f commit 4eb76e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public class CookieImplementationTest extends JUnit4TestBase {
@Before
public void setUp() throws Exception {
domainHelper = new DomainHelper(appServer);
cookiePage = domainHelper.getUrlForFirstValidHostname("/common/cookie");
assumeTrue(domainHelper.checkIsOnValidHostname());
cookiePage = domainHelper.getUrlForFirstValidHostname("/common/cookie");

deleteAllCookiesOnServerSide();

Expand Down

0 comments on commit 4eb76e0

Please sign in to comment.