Changes between Version 45 and Version 46 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
12/01/12 18:44:08 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v45 v46  
    3131{{{
    3232clean
     33}}}
     34
     35In your {{{models/000_config.py}}}, uncomment the lines that disable confirmation popups:
     36{{{
     37# Should user be prompted to save before navigating away?
     38settings.ui.navigate_away_confirm = False
     39# Should user be prompted to confirm actions?
     40settings.ui.confirm = False
    3341}}}
    3442