GoogleManagePermissionsPage googleManagePermissionsPage =
new GoogleWorkFlow().resetGooglePermissions(googleUsername1,
googlePassword1);
assumeFalse("Google contains localhost permissions",
googleManagePermissionsPage.pageContainsPermission("localhost"));
GoogleAccountPage googleAccountPage =
new GoogleWorkFlow().forceLogout();
assumeTrue(googleAccountPage.getUrl().contains("/ServiceLogin"));