Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Updated page title for popup window. Fixes issue #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Feb 20, 2012
1 parent e9c7d53 commit 1302355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/rc/base.py
Expand Up @@ -11,7 +11,7 @@

class Base(object):

_page_title = 'Browser ID'
_page_title = 'BrowserID'

def __init__(self, selenium, timeout=60000):
self.selenium = selenium
Expand Down
2 changes: 1 addition & 1 deletion pages/webdriver/base.py
Expand Up @@ -7,7 +7,7 @@

class Base(object):

_page_title = 'Browser ID'
_page_title = 'BrowserID'

def __init__(self, selenium, timeout=60):
self.selenium = selenium
Expand Down

0 comments on commit 1302355

Please sign in to comment.