forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Localization Tests
jason-sanjose edited this page Aug 20, 2012
·
50 revisions
- citrus completed test project: https://github.com/adobe/brackets/tree/master/test/smokes/citrus%20completed
- To setup each test, load the citrus completed project via File > Open folder...
- Placeholders for images are written as
<image_filename_placeholder>
- Top Level
- File
- Edit
- View
- Navigate
- Debug (TODO exclude?)
- Experimental Build
- Lightning bolt icon tooltip
Live File Preview
- On mac,
Brackets > About Brackets. On win,Help > About - Confirm about dialog text
<dialog_about>
- Click
File > Openmenu - Confirm localized file open dialog title
<dialog_file_open>
- In the project tree, expand the
imagesfolder. - Click on
events.jpg - Confirm error message
<dialog_error_opening_file>
- Click
File > Newmenu -
untitled.jswill appear editable - Rename
untitled.jstofoo:js - Confirm error message
<dialog_error_invalid_file_name> - Select
index.html - Click
File > Newmenu - Rename
untitled.jstoindex.html - Confirm error message
<dialog_error_file_already_exists>
- Open
index.html - Make any change
- Click
File > Closemenu - Confirm dialog
<dialog_save_changes_one_file> - Choose "Cancel"
- From the project tree, open
desktop.css - Make any change
- Click
File > Quitmenu - Confirm dialog
<dialog_save_changes_multiple_files> - Choose cancel
- Open
desktop.cssin a different program. - Dirty the file so that the last modified time updates. Does not necessarily require a change to the file content.
- Return to Brackets
- Confirm dialog
<dialog_external_changes> - Choose "Reload from Disk"
- Open
index.html - Click
Edit > Findmenu - Confirm find UI appears at the top of the editor
<dialog_find> - Press escape
- Click
Edit > Replacemenu - Confirm replace UI appears at the top of the editor
<dialog_replace_1> - Type any character(s) into the text box, press Enter
- Confirm replace UI appears at the top of the editor
<dialog_replace_2>
- Exit Chrome if it is running.
- Open
index.html - Click
File > Live Previewmenu - In Brackets, hover over the lightning bold icon
- Confirm tooltip
<tooltip_disconnect_live_file_preview> - Quit Chrome
- Start Chrome