Changes between Version 45 and Version 46 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 12/01/12 18:44:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v45 v46 31 31 {{{ 32 32 clean 33 }}} 34 35 In your {{{models/000_config.py}}}, uncomment the lines that disable confirmation popups: 36 {{{ 37 # Should user be prompted to save before navigating away? 38 settings.ui.navigate_away_confirm = False 39 # Should user be prompted to confirm actions? 40 settings.ui.confirm = False 33 41 }}} 34 42