diff --git a/classes/partials/_shortcodes-info.inc b/classes/partials/_shortcodes-info.inc index 2521960..1ca3334 100644 --- a/classes/partials/_shortcodes-info.inc +++ b/classes/partials/_shortcodes-info.inc @@ -1,3 +1,11 @@ +

@@ -6,20 +14,10 @@

-
-    [scene-heading]Ext. The Old Man's House[/scene-heading]
-    [scene-action]John is walking down to the car parked in the driveway.[/scene-action]
-    [dialog name="John" direction="(towards the house)"]Hey, where are the keys?[/dialog]
-  
+
-
-
Ext. The Old Man's House
-
John is walking down to the car parked in the driveway.
-
- John - (towards the house) - Hey, where are the keys? -
+
+

diff --git a/readme.txt b/readme.txt index 4b74d98..899035a 100644 --- a/readme.txt +++ b/readme.txt @@ -77,6 +77,8 @@ short codes into your transcripts. == Screenshots == 1. The **What Did They Say?!?** admin screen, with tabs running across the top. +2. The Manage Transcripts meta box, including the short codes buttons. +3. The Language management screen. == Changelog == diff --git a/screenshot-2.png b/screenshot-2.png new file mode 100644 index 0000000..d371bc3 Binary files /dev/null and b/screenshot-2.png differ diff --git a/screenshot-3.png b/screenshot-3.png new file mode 100644 index 0000000..ad31d9b Binary files /dev/null and b/screenshot-3.png differ diff --git a/test/TestWhatDidTheySay.html b/test/TestWhatDidTheySay.html deleted file mode 100644 index 74dc56b..0000000 --- a/test/TestWhatDidTheySay.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - -TestWhatDidTheySay - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TestWhatDidTheySay
clickAndWaitlink=Add New
typetitleWDTS Test Post
clickAndWaitpublish
assertTextPresentPost published.
storeValuepost_IDpost_id
assertSelectedLabelwdts-languageEnglish
typewdts-transcripts-enThis is a test transcript.
selectwdts-languagelabel=German
typewdts-transcripts-deDies ist ein Test transcript.
clickAndWaitpublish
assertTextPresentPost updated.
assertValuewdts-transcripts-enThis is a test transcript.
assertValuewdts-transcripts-deDies ist ein Test transcript.
clicklink=Delete
assertConfirmationYou are about to delete this post 'WDTS Test Post'
  'Cancel' to stop, 'OK' to delete.
waitForPageToLoad30000
clickAndWaitlink=Installed
clickAndWait//a[contains(@href,'what-did-they-say') and contains(@href,'deactivate')]
assertTextPresentPlugin deactivated.
- - diff --git a/test/selenium/TestStyleChanges.html b/test/selenium/TestStyleChanges.html new file mode 100644 index 0000000..72cd3f7 --- /dev/null +++ b/test/selenium/TestStyleChanges.html @@ -0,0 +1,187 @@ + + + + + + +TestStyleChanges + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestStyleChanges
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-default-styles
uncheckwdts[transcript_effects]
uncheckwdts[load_default_styles]
uncheckwdts[use_nl2br]
uncheckwdts[allow_html]
uncheckwdts[hide_transcript][home]
uncheckwdts[hide_transcript][single]
typewdts[excerpt_distance]20
clickAndWait//input[@value='Change default styles']
assertTextPresentDefault styles option updated.
assertNotCheckedwdts[transcript_effects]
assertNotCheckedwdts[load_default_styles]
assertNotCheckedwdts[use_nl2br]
assertNotCheckedwdts[allow_html]
assertNotCheckedwdts[hide_transcript][home]
assertNotCheckedwdts[hide_transcript][single]
assertValuewdts[excerpt_distance]20
checkwdts[transcript_effects]
checkwdts[load_default_styles]
checkwdts[use_nl2br]
checkwdts[allow_html]
checkwdts[hide_transcript][home]
checkwdts[hide_transcript][single]
typewdts[excerpt_distance]30
clickAndWait//input[@value='Change default styles']
assertTextPresentDefault styles option updated.
assertCheckedwdts[transcript_effects]
assertCheckedwdts[load_default_styles]
assertCheckedwdts[use_nl2br]
assertCheckedwdts[allow_html]
assertCheckedwdts[hide_transcript][home]
assertCheckedwdts[hide_transcript][single]
assertValuewdts[excerpt_distance]30
+ + diff --git a/test/selenium/TestSuiteWhatDidTheySay.html b/test/selenium/TestSuiteWhatDidTheySay.html index d157931..1d7682a 100644 --- a/test/selenium/TestSuiteWhatDidTheySay.html +++ b/test/selenium/TestSuiteWhatDidTheySay.html @@ -20,6 +20,8 @@ TestResetOptions TestRenameLanguage TestResetOptions +TestStyleChanges +TestResetOptions TestCreatePost TestMetaboxApprovedTranscriptEditing TestDeletePost