andThen(function() {
      assert.equal(currentURL(), page.url, 'on the correct page');
      assert.ok(page.toolbar.isVisible, 'see the toolbar');
      assert.ok(page.toolbar.menu.isVisible, 'see menu');
      assert.ok(page.onTap.isEmpty, 'nothing on tap');