Željko Filipin
2cfaa9528c
[BrowserTest] Update mediawiki_selenium Ruby gem to the latest version
...
Bug: T114241
Change-Id: Ic6cf69516a1e36173fbbf6b86494e845721a19d0
2015-12-30 11:46:23 +00:00
James D. Forrester
09800aa249
Replace 'source' icon with OOUI's 'wikiText' one
...
Change-Id: Id66d436b9140604ace7ebfbec1f80dc8f3830a20
2015-11-04 06:15:29 -08:00
Vikas S Yaligar
0971054f40
[BrowserTest] Select English when LANGUAGE_SCREENSHOT_CODE environment variable is not set
...
Bug: T111525
Bug: T90577
Change-Id: I421c4c0ce7bcf7be757d31481940ada58e4c9f20
2015-11-02 12:18:07 +00:00
Ed Sanders
5bde3be8a6
Browser tests: Fix selectors for strikethrough and underline
...
Change-Id: I94010005369b225494f5e603d71d1f57941d7db0
2015-10-15 15:49:01 +01:00
Ed Sanders
780d42b295
Browser tests: Fix table test
...
Change-Id: Ib2751cd58dd134f61f94e0a0e8c9c3540a7f26ea
2015-10-14 22:27:42 +01:00
Ed Sanders
4cbcfe8b66
Browser tests: Fix media insert test
...
Change-Id: I55c9247d235fa7ed4e020c62338d42a88d6c2358
2015-10-14 22:27:42 +01:00
Ed Sanders
2948d0b324
Browser tests: Update link inspector tests
...
Change-Id: I5e902b4ab3215450a4374fb7327159d3edfc5ef2
2015-10-14 21:29:14 +01:00
Esanders
60e3b55393
Revert "[Browser tests] Wait for save button to be enabled"
...
This reverts commit 122be9c95a
.
Change-Id: Ia79636d5fdcf3f1a224c93688c164bf1030c3bee
2015-10-14 21:27:21 +01:00
Ed Sanders
122be9c95a
[Browser tests] Wait for save button to be enabled
...
In some tests the save button won't be available for a few ms
until the latest transaction has been pushed to the undo stack.
Change-Id: If03f03b033a21a039a322ca32983d0302e44efbb
2015-10-14 15:28:14 +00:00
jenkins-bot
1da509937d
Merge "[BrowserTest] Use English if i18n file does not exists to convert the text"
2015-10-12 15:21:35 +00:00
Vikas S Yaligar
0d282a5e32
[BrowserTest] Use English if i18n file does not exists to convert the text
...
Bug: T111525
Change-Id: Iaf557114df0bcdca3f82fc0ba0bcb752f5cb2c3d
2015-10-12 15:13:48 +00:00
Vikas S Yaligar
df2c17bfd2
[BrowserTest] Load i18n messages from MediaWiki to browser tests
...
* translate method can be called to translate a particular string to a
specific language.
Bug: T90577
Change-Id: I7852ee0b0009e70bd9decef0dd317055d91a06a6
2015-10-09 09:49:37 +00:00
Dan Duvall
668a149103
QA: Upgrading to mw-selenium 1.x
...
Upgraded mw-selenium to 1.x, following the docs at
https://doc.wikimedia.org/rubygems/mediawiki-selenium/file.UPGRADE.html
Created an `environments.yml` file, converted page object definitions to
use relative paths, and refactored references to the global `ENV` using
methods of `MediawikiSelenium::Environment`.
Upgraded commons_upload as well to resolve a dependency conflict on
mediawiki_api.
Paired with: Rummana Yasmeen <ryasmeen@wikimedia.org>
Bug: T99661
Change-Id: I2a05cd816ea43afb48157e5dbe1ae42c6c124f6b
2015-08-20 09:52:16 -07:00
Ed Sanders
d2c15e9eb5
Bring in code from MobileFrontend
...
* Use local edit source tool, and emit event to MF
* Bring in toolbar styles, bonus: remove old desktop style hacks
Bug: T96186
Change-Id: I89351e409aa4e9d626edd7151ae05bdcd58f1cee
2015-07-30 17:13:00 +00:00
Ed Sanders
fecdc29a38
Replace ve-init-mw-desktopArticleTarget-* with ve-init-mw-target-*
...
Except in cases where it is only applied to desktop articles.
Change-Id: I40a9dabcd8454138f94affde809afee9c93732a4
2015-07-29 18:26:36 +01:00
Ed Sanders
b5de6fa575
[BREAKING CHANGE] Rename (View|Mobile)PageTarget to (Desktop|Mobile)ArticleTarget
...
Change-Id: I6a8fa76dc4d70cc04722e30e3fea6a6112d56b40
2015-07-29 18:26:36 +01:00
Amir E. Aharoni
d231bcbb19
[BrowserTest] Add prefixes to language screenshot messages
...
Change-Id: I96c01763d1003619e9c8b0f549a53a1956dde16a
2015-07-20 00:24:42 -05:00
Vikas S Yaligar
d42e10cacb
[BrowserTest] Added screenshots scenarios for links and categories
...
Also minor cleanup of rspec old "should" syntax, changed all occurences to
"expect" syntax.
Change-Id: I0c2dfc18d06812ed9da2f6c0056c95b7755e5afd
2015-07-18 15:39:28 +00:00
Vikas S Yaligar
8b7b20b934
[BrowserTest] Add true internationalized content support to language screenshot
...
* All translations will be in tests/browser/i18n folder
* Hebrew json’s are added, which needs to be translated.
Paired with Zeljko.
Bug: T105466
Change-Id: I4ae516758fb01a41f0dcf53c7cf3e609c7601cf3
2015-07-16 14:47:56 -05:00
Ed Sanders
52cb066dc7
Use new MediaWiki core TitleInputWidget
...
All link input/title input functionality has been moved to core, so
we can replace the link widget, redirect widget and template search
widget with it.
Depends on Ib463e60cad96 in MediaWiki core.
Change-Id: I452f3b86ead403307072cf904f0553c9771f4300
2015-06-24 17:06:00 -07:00
ryasmeen@wikimedia.org
cb1612b60a
[BrowserTest] Fixing the test for general markup
...
Identifier mismatch.Updated now.
Change-Id: Ibf7b6aea144e2435d2a23e4768481a11cb8a6619
2015-05-25 14:43:56 +02:00
ryasmeen@wikimedia.org
058da228dd
[BrowserTest] Fixing broken test for Page Options test
...
The test was broken as some identifiers were wrong. Updated it.
Change-Id: I03541e4ae0ed7e4c121b801a036e49bebe4d5909
2015-05-24 21:30:53 +02:00
ryasmeen@wikimedia.org
0da5989eb7
[BrowserTest] Fixing the broken test for bullets
...
The test was broken for using wrong identifier in the test. Updated them correctly.
Change-Id: I46a9c4ebaf1b44f0db24f2b64dcd863697011203
2015-05-24 14:30:59 +00:00
jenkins-bot
2e24426fdf
Merge "[BrowserTest] Fix the lists and indentation screenshot scenario"
2015-05-15 13:35:47 +00:00
jenkins-bot
f7b6fea4a2
Merge "[BrowserTest] Fix the special character button screenshot"
2015-05-15 13:35:22 +00:00
Amir E. Aharoni
462315f16f
[BrowserTest] Fix the lists and indentation screenshot scenario
...
* The element's class name changed.
* Zooming is removed - it was breaking the test and
it's not needed anyway.
* Fix another element with the same class.
Change-Id: I46a867619ed49936c3868f6b1b15e773bdb6f6b1
2015-05-15 15:02:34 +03:00
Amir E. Aharoni
e471860536
[BrowserTest] Fix the special character button screenshot
...
The element moved out of the Insert menu to the toolbar.
Change-Id: I7c563af858a37f360bd2e4b4ba2e8a7098bc94e6
2015-05-15 13:56:47 +03:00
Amir E. Aharoni
f30f90ace0
[BrowserTest] Fix the text formatting screeshot scenario
...
The element's class name changed.
Change-Id: I7070c1e06f6639783097b953cc384b12eff2a23b
2015-05-15 13:49:52 +03:00
Bartosz Dziewoński
e459c14442
ve.init.mw.ViewPageTarget: Simplify toolbar save button and inner toolbar code
...
All this is no longer needed since 121216184718e7ebe22d6ecc8f5af5fe4e202465 in
OOjs UI and started causing issues after bb9c9c4f6a2fca6aed0e671e904e469d57da5f34.
Bug: T98795
Change-Id: I6493d6b52b313aac521aee2b0cff1571ea63bbe5
2015-05-12 13:50:40 +02:00
Amir E. Aharoni
9962663f81
[BrowserTest] Disable the Cite button screenshot
...
It looks differently in different languages,
and it is likely changing now with Citoid being deployed,
so it shold be disabled for now and revived when Citoid deployment
stabilizes.
Change-Id: If6a6ecf450060eb1387aaf90fd0cfb937b08bd3d
2015-03-27 14:46:39 +03:00
Amir E. Aharoni
8cb387a269
[BrowserTest] Redefine the Apply changes element for language screenshot
...
Redefine the element to include the full button
and remove the padding, which is now not needed.
Change-Id: I1ac244bc97b38c9d8b47ddd778a653783a748a49
2015-03-27 14:16:48 +03:00
Amir E. Aharoni
d941263d33
[BrowserTest] Add padding to some more screenshots
...
Change-Id: If103488927e3309479b7b5f9f380135052c7ac9d
2015-03-27 14:11:14 +03:00
Amir E. Aharoni
0745d38a72
[BrowserTest] Add padding to the "Apply changes" button screenshot
...
Change-Id: I1a7aaca8013bf671ff39c310d5ad0dd1725b094a
2015-03-27 00:43:49 +02:00
Amir E. Aharoni
0cd5797a56
[BrowserTest] Add padding to screenshots of the page settings dialog
...
Change-Id: I460fc82a10ca5172537a97f28f3a50573c784a93
2015-03-27 00:43:01 +02:00
Amir E. Aharoni
a1271abae3
[BrowserTest] Add padding to the Edit Links screenshot
...
Change-Id: Ife795e5f34b69fc6790cd04b217f823205737c0c
2015-03-27 00:41:38 +02:00
Amir E. Aharoni
5795b84d59
[BrowserTest] Add padding to the page settings item screenshot
...
Change-Id: I38f9d81cbfaa28c51997105bdc2cbaa81ed02783
2015-03-27 00:40:31 +02:00
Amir E. Aharoni
fb4212232d
[BrowserTest] Show the full Formatting pull-down in the screenshot
...
The scenario for the Formatting pull-down screenshot didn't click
the "More" element in the bottom. This is now added.
The "More" element itself is redefined to be generic and work with
all pull-down menus - there is supposed to be only
one active menu at a time.
Change-Id: I27122f3192b220919311993ecd9a10d85ef5828d
2015-03-27 00:31:11 +02:00
jenkins-bot
c3ac0f0dd1
Merge "[BrowserTest] Add padding to the Formatting menu screenshot"
2015-03-26 14:28:45 +00:00
jenkins-bot
cc4ac9c327
Merge "[BrowserTest] Add the toolbar to the special chars screenshot"
2015-03-26 14:28:39 +00:00
Amir E. Aharoni
0631a42735
[BrowserTest] Add the toolbar to the special chars screenshot
...
This makes it clearer which button opens the special character tool.
Change-Id: I34a2ba182af0bdce164c4b21f97ee1bb13152593
2015-03-26 16:20:19 +02:00
jenkins-bot
b669d5a95d
Merge "[BrowserTest] Add padding to editing tabs screenshot"
2015-03-26 14:17:22 +00:00
Amir E. Aharoni
96a2aad660
[BrowserTest] Add padding to the lists and indentation screenshot
...
Change-Id: I7ef7f1b0bbf3a0a7b56cb7051677a0df3ff8a41b
2015-03-26 15:59:44 +02:00
Amir E. Aharoni
f7c2edf886
[BrowserTest] Fix the lists and indentation screenshot
...
Capture the whole button and menu.
Change-Id: I035109916a90efbd12e5f3ddb58b98a53b8e57d3
2015-03-26 15:57:42 +02:00
Amir E. Aharoni
ef5bd83e55
[BrowserTest] Add padding to the Formatting menu screenshot
...
Change-Id: I606678381a9d291342b3c5d9cba67aef125725ee
2015-03-26 15:40:47 +02:00
Amir E. Aharoni
d7926f460c
[BrowserTest] Add padding to editing tabs screenshot
...
Change-Id: I60b915f470a751c041718bf339fa5bd27d5291ef
2015-03-26 15:38:00 +02:00
Amir E. Aharoni
8eb5ca1536
[BrowserTest] Add padding to Insert button screenshots
...
Change-Id: Ic79942bddf811b7f219424c9ae317c7664f9a193
2015-03-26 15:23:49 +02:00
Amir E. Aharoni
b62be2355e
[BrowserTest] Capture the whole Insert button in the screenshot
...
Change-Id: I7551914d57adace5ceb385f16cc93e146e4774a7
2015-03-26 15:13:47 +02:00
Amir E. Aharoni
1d1ffac74e
[BrowserTest] Capture the whole formatting button in the screenshot
...
This makes the screenshot nicer and more complete.
Change-Id: I0dd9efd2978ff5468ab6101b11b7e6fdd3b0da30
2015-03-24 12:34:42 +02:00
Amir E. Aharoni
cbed069984
[BrowserTest] Rename headings dropdown scenario
...
Change-Id: Ib59cf24ad30823ddfcf1d31a9eb2c45efd0199fc
2015-03-24 10:45:22 +02:00
Amir E. Aharoni
8c48b3055f
[BrowserTest] Add padding to the Headings dropdown screenshot
...
Makes it look nicer.
Follow up to
Iff47eaa2c3fe09264501ae82f6ee1bf7044a3556
Change-Id: Ic4d473159942918776b7c5e7107e48b824c228e3
2015-03-24 10:31:50 +02:00