Amir E. Aharoni
8063c6c754
[BrowserTest] Restore page settings language screenshots
...
* Add classes to elements in the page settings dialog boxes
* Restore the scenario that was disabled in
Id41d1329d22679b6a61201ceafc81eafa222d909
Change-Id: I5636e744daec2adf013d399bfb019e4d47912083
2015-02-05 12:16:48 +02:00
Amir E. Aharoni
ae4417e60d
[BrowserTest] Click the editable area with .when_present
...
The editable area sometimes didn't appear, so a .when_present
call is added to check that it's on the screen.
Bug: T88663
Change-Id: I0c5e29a9d7f9d0a22ca8392df9f7a5b857f20d7d
2015-02-05 12:13:15 +02:00
jenkins-bot
130edbfe62
Merge "[BrowserTest] Shorten all capture_screenshot lines"
2015-02-05 09:19:23 +00:00
jenkins-bot
3351d84bf0
Merge "[BrowserTest] Restore the indentation list screenshot scenario"
2015-02-05 09:17:55 +00:00
jenkins-bot
8238658ad7
Merge "[BrowserTest] Consistent names for variables that refer to down-arrow"
2015-02-05 09:12:25 +00:00
jenkins-bot
04f398beaa
Merge "[BrowserTest] Shorten lines for clarity"
2015-02-05 09:10:53 +00:00
ryasmeen@wikimedia.org
fcb9473c68
[BrowserTest] Test for checking General Settings for media
...
Change-Id: I503c01642a9fc23684912909e8da8e61998528a6
2015-02-03 21:53:40 +00:00
jenkins-bot
07e95ac365
Merge "[BrowserTest] Updating test for Media Settings interface"
2015-02-03 07:42:33 +00:00
Elena Tonkovidova
0240a51717
[BrowserTest] Add basic test for table creation
...
Change-Id: I07022e27da9d7114c18a82cdbd62e4cb82ddc7e2
2015-02-02 15:15:13 -07:00
ryasmeen@wikimedia.org
eea130381a
[BrowserTest] Updating test for Media Settings interface
...
Fixed the following:
1.The workflow was incomplete and incorporated new changes
2.Wrong css pointer to the first image
3.The Given statement was defined as When in step definition file
4.Removed unnecessary/obsolete steps that was making the test to fail while we can verify the basic functionality with miminum steps.
Change-Id: Ic8a265678900ed52bbed6d90e971d6c016ef610d
2015-01-30 18:11:33 -08:00
Cmcmahon
ee79759d5f
[BrowserTest] remove old hack and fix "a is undefined" bug
...
This patch removes an old hack from the early days of VE.
Coincidentally, this hack is the root cause of the bug reported
by me, Erik Berhardson, and Elena Tonkovidova: T87446
Thanks Elena for finding this!
Bug: T87446
Change-Id: I325f60586373427acc2cd8f6e2e7d7accac80695
2015-01-30 22:56:15 +00:00
Amir E. Aharoni
f4d10e3ee6
[BrowserTest] Shorten all capture_screenshot lines
...
Change-Id: I01c11dfc4f4706d45e7bc62261ed133a7bd72092
2015-01-27 21:37:09 +00:00
Amir E. Aharoni
8da4c9b3cc
[BrowserTest] Restore the indentation list screenshot scenario
...
* Add a class to the indentation toolbar button, similarly to what was done in
Ib0cb67151d893a5d2efccf798d6b25d197ed34d2
* Fix the definition of the indentation pull-down element acordingly.
* Restore the Indentation menu screenshot scenario, which was disabled in
I3e892baa9cb2c8c1303fab232a2b1c64ebdd8f26
Change-Id: If2d92aab6d04aa487d6f753fa7cac94f8d8215c8
2015-01-27 13:35:39 -08:00
Amir E. Aharoni
3f31715c09
[BrowserTest] Consistent names for variables that refer to down-arrow
...
Change-Id: Ib7c799af449a9427f6ba25403cbd6b2d220133f0
2015-01-27 13:35:39 -08:00
Amir E. Aharoni
39afc66a91
[BrowserTest] Shorten lines for clarity
...
The 'I take screenshot of insert pull-down menu' step has many
similar very long lines. Shortening them makes
the code more understandable and conforming to the conventions.
Change-Id: I83b35211a6cbfdc420895469747884f3ae864479
2015-01-27 13:35:39 -08:00
Amir E. Aharoni
896c8b5d5f
[BrowserTest] Change "Headings interface" to "Headings menu"
...
Change-Id: I8a50bdf1c49d80ec89c1d87d2a4e353f0aa1a3f9
2015-01-27 04:15:43 +00:00
Amir E. Aharoni
5b0e34fa4a
[BrowserTest] Clean up the 'I am editing' scenario in language screenshots
...
Change-Id: Ieecbad486e4b0d2256452c66493ae3cec1643658
2015-01-27 04:15:20 +00:00
jenkins-bot
049b5798f2
Merge "[BrowserTest] Add test for missing parameter error msg"
2015-01-14 16:14:42 +00:00
Cmcmahon
295f9f81b1
[BrowserTest] Add test for missing parameter error msg
...
Test checks for 'Required parameter missing' message, 'Go back'
and 'Continue anyway'.
Paired with Rummana writing this
Change-Id: I9c3aab7f7af9ccde8f0dadd2839a7a698f7341ee
2015-01-14 16:04:12 +00:00
Cmcmahon
7b9cf21dec
[BrowserTest] update Cite test for new Journal fields
...
Maintenance
Change-Id: I36d0c8b438e8fa1847c3947ad52e15d2aadbcfb6
2015-01-13 15:14:26 -07:00
Amir E. Aharoni
cd4bd7a73c
Add classes to toolbar UI elements
...
This cleans up the selectors for the elements on the toolbar
so that they can be tested.
Class names in the form of ve-test-* are added to elements
that have words for labels: 'Paragraph', 'Cite', 'Insert'.
There is no other way to look up these elements in the DOM
except using the UI text, but it is different in different languages,
so this is unusable for the language_screenshots job,
which is multilingual by its nature.
Bug: T76143
Change-Id: Ib0cb67151d893a5d2efccf798d6b25d197ed34d2
2014-12-30 12:16:44 +00:00
Cmcmahon
a479d04299
[BrowserTest] clear default text before entering search text
...
Change-Id: Ief375c95ebee65a1add2fdf1b7c45e600df181a3
2014-12-17 10:37:27 -07:00
ryasmeen@wikimedia.org
a8807c6af4
[BrowserTest] Adding tests for checking fields under Page Settings
...
Change-Id: I31d8d3327bd8abe6a7c5f3c4941174253104bbac
2014-12-15 21:37:42 +00:00
ryasmeen@wikimedia.org
416d62df4f
[Browsertest]Tests for options under Advanced Settings panel
...
Change-Id: I21765e9e3d7a004d24dd620dd0da35978632d02a
2014-12-02 15:00:33 -08:00
Cmcmahon
34f3572372
[BrowserTest] love for test that targets test2wiki
...
Change-Id: Ie37d88e891b592745e8f430da4481f2f1d2bd530
2014-11-21 21:28:25 +00:00
Cmcmahon
2449ebde99
[BrowserTest] consolidate some duplicate elements
...
and remove one unused
Change-Id: Ica50cf74edd9a21423800a7d58f4832b77a7e8bc
2014-11-21 13:28:01 -07:00
Cmcmahon
95a798867c
[BrowserTest] rubocop proper format for comments
...
Change-Id: I2fe136f29e0bc430420a0931092695d3f4147112
2014-11-21 09:21:53 -07:00
Cmcmahon
1b69fc97c7
[BrowserTest] Fixed Style/SpaceAfterComma RuboCop offense
...
Change-Id: Ia11c32c74acf4c2226f84ea566f4074b193f4e20
2014-11-21 16:15:58 +00:00
Cmcmahon
ede14c75fb
[BrowserTest] rubocop updates to replace double quotes with single
...
Change-Id: I0608aea2bd634156bf800b3be47a5c2a6d9fadca
2014-11-21 09:06:09 -07:00
Cmcmahon
2f05d1b10a
[BrowserTest] more rubocop style fixes
...
Change-Id: Ibc1cabbdc00f569b10fd6aae0e5bb998211745b1
2014-11-20 12:07:45 -07:00
Cmcmahon
65e4d91cf0
[BrowserTest] Rubocop style fixes
...
Change-Id: Ieb1ba49f2a987b41f82a3b66c542fba48313eb1f
2014-11-20 11:55:40 -07:00
ryasmeen@wikimedia.org
6cce39ee10
[BrowserTest] Extend options test
...
Adding cases to test categories in options.feature
Change-Id: I6fbe8bc170306c5f2942bf3c7e87f7a3ff661bb2
2014-11-19 16:26:07 -07:00
Cmcmahon
c49b2a77f2
[BrowserTest] once more
...
Change-Id: I34b4be6aadf991cf9d12c76fd8c8410697b2b500
2014-11-19 14:53:08 -07:00
Cmcmahon
210169c55b
[BrowserTest] forgot a bit of dead code
...
Change-Id: I249e229d449eb74ff341f511e84290a4ca731f92
2014-11-18 13:09:17 -07:00
Cmcmahon
6489767bc7
[BrowserTest] remove sleeps from shared tests
...
* remove dead code
Change-Id: Id95ff81746eb440124958bcc6dd9334b7ed299a4
2014-11-18 12:59:34 -07:00
Cmcmahon
06aa53747c
[BrowserTest] interim step, no functional change
...
Change-Id: I3a7787c4ab9206c70f0f64b6c0986ae93ddb3d84
2014-11-17 15:14:32 -07:00
Cmcmahon
94bab8f918
[BrowserTest] update transclusion test for Page Object vio and RS
...
Change-Id: Ie80dce2d117d4d2dc836681dcd9362ae565f2aa8
2014-11-17 14:59:14 -07:00
Cmcmahon
743d035fa1
[BrowserTest] update switch-edit-mode test for RSpec3
...
Change-Id: Ia040f8b6e76a42c2c80bda382bf6ad6f30988ba1
2014-11-17 14:42:59 -07:00
Cmcmahon
fa02c60586
[BrowserTest] fix minor Page Object design violation
...
Change-Id: I75d282a7e176347b0995f2c2ccda8ab051aca270
2014-11-17 14:18:13 -07:00
Cmcmahon
4383dedcfc
[BrowserTest] minor violation of Page Object design pattern
...
and RSPec syntax also fixed
Change-Id: I2bbaf460f6ddae708ea243064dd9a596bdd006f1
2014-11-17 14:07:16 -07:00
Cmcmahon
3c5e695c5d
[BrowserTest] more update to Cite test for RSpec3
...
Change-Id: Ia2fa25bffe9bbdffb0eafc19396c06be253216c3
2014-11-17 13:56:08 -07:00
Cmcmahon
94c30f01da
[BrowserTest] update Cite test for RSpec3
...
Change-Id: I589a65e0fe1b21ca6476a5c31b97d7632da39b13
2014-11-17 13:31:30 -07:00
Cmcmahon
87ad037442
[BrowserTest] remove sleep() from template test
...
Change-Id: Ia564232e02db2e6be3070d98691097350e920a3b
2014-11-17 13:13:25 -07:00
Cmcmahon
ea0fac5e4f
[BrowserTest] interim step to sort G/W/T statements properly
...
no change to function
Change-Id: I2c2e9ccb6535c875d37ef59ab873a2f3280cca60
2014-11-17 12:27:06 -07:00
Cmcmahon
9a4d2eeef9
[BrowserTest] interim step to alphabetize
...
no change to function
Change-Id: Id655a9777e3b8bd3e3fbb974c73912f9f975bf7c
2014-11-17 09:09:06 -07:00
Cmcmahon
17f6badf0a
[BrowserTest] update references test for modern RSpec syntax
...
simple update to a nice test
Change-Id: Iad00e779295ccc610d20241693a87b76b817fbd6
2014-11-14 15:52:51 -07:00
Cmcmahon
6d22cebb62
[BrowserTest] remove sleep from multiedit test
...
* put the shared step in shared_steps.rb
* replace "onfocus" with simple "click"
* update RSpec while we're at it
Change-Id: I77754abdbeba1314758f5fe10601f6601e8783bd
2014-11-14 15:30:10 -07:00
Cmcmahon
36e07b247e
[BrowserTest] simple upate to a nice test
...
Change-Id: Ib52582a677d8dc2f22552bf7c60f48de8f20d3c7
2014-11-14 13:43:31 -07:00
Cmcmahon
ea9df60aa3
[BrowserTest] RSpec update
...
Change-Id: I03f89eda4292482dedaa335e3546af724ee55024
2014-11-14 13:32:59 -07:00
Cmcmahon
1aa5d8905b
[BrowserTest] remove sleeps from links test
...
Change-Id: Ib0e09735331dadd5bb494fe87683f6f08b6aee31
2014-11-14 12:30:13 -07:00