Alejandro Rodríguez
535d11302e
Remove prev/next buttons on issues and merge requests
...
The buttons were rarely used and added at least 1 query each on every page load.
2016-06-06 12:01:50 -04:00
Yorick Peterse
75aaf91cb1
Create SSH keys for SSH clone Spinach tests
...
These tests would check if the "This project is empty" banner would
contain SSH clone URLs. Oddly enough this should have never passed (as
far as I can tell) as SSH clone URLs in this banner are _only_ displayed
if the current user has at least 1 SSH key attached. Since the tests
never seem to create any they never should have passed, yet somehow they
did. To solve this the Spinach tests in question now ensure at least 1
SSH key is present.
2016-03-21 11:40:13 +01:00
Robert Speicher
56c4f22c80
Remove redundant integration tests
...
These three tests were essentially checking that adding a note to
something updated its `noteable`'s `updated_at` attribute.
This is well-tested Rails behavior and we shouldn't feel the need to
write an integration test to verify it. At most we should be ensuring
that the association definition adds the `touch: true` option, which we
now do in Note's unit test.
2016-03-07 15:33:26 -05:00
Douglas Barbosa Alexandre
9823d00e0b
Add ability to see and sort on vote count from Issues and MR lists
2016-02-17 11:32:02 -02:00
Rémy Coutable
54613b6af5
Fix the "x of y" displayed at the top of Issuables' sidebar
...
1. We now display the index of the current issuable among all its project's
issuables, of the same type and with the same state.
2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
module.
3. Added acceptance specs for the sidebar counter.
2016-02-15 15:40:24 +01:00
Rubén Dávila
c3c92c7317
Make default sorting preference work for Issues and MRs.
2016-01-22 18:43:21 -05:00
Rubén Dávila
7c520c7803
Make sorting preference reusable for all projects.
2016-01-22 17:00:35 -05:00
Rubén Dávila
0f79620ccb
Little refactor plus some specs.
2016-01-21 12:54:10 -05:00
Rubén Dávila
78754cb1c9
Update Issues/MRs updated_at when user leaves comments.
2016-01-18 21:39:23 -05:00
Grzegorz Bizon and Grzegorz Bizon
9470d05c70
Add spinach test for note polling
...
This also increases capybara timeout to 15 seconds (note polling
interval). Capybara will look for new note for this period of time.
2015-12-15 14:19:35 +01:00
Douwe Maan
20b55981bc
Tag feature specs
2015-12-09 10:50:28 +01:00
Dmitriy Zaporozhets
39a4bb2abd
Cleanup and some test fixes after refactoring project home page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-08 16:55:04 +02:00
Dmitriy Zaporozhets
304386aa02
Write test for submitting issue as guest
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-25 16:38:14 +02:00
Robert Speicher
f3d63eeb18
Remove feature tests for old task lists
2015-05-06 13:00:14 -04:00
Stan Hu
3d2c387840
Move current user to the top of the list in author/assignee filters
...
Closes #1321
2015-04-09 01:04:53 -07:00
Stan Hu
dfd256f29e
Support configurable attachment size via Application Settings
...
Fix bug where error messages from Dropzone would not be displayed on the issues page
Closes #1258
2015-04-02 00:04:08 -07:00
Valery Sizov
1b437ec349
tests
2015-03-16 21:38:41 +02:00
Stan Hu
b8c9257fb1
Fix bug where editing a comment with "+1" or "-1" would cause a server error
...
Closes #1151
2015-03-02 15:26:00 -08:00
Vinnie Okada
de53bc9d84
Add new Markdown preview test
...
Add a test to make sure that Markdown previews are available when
editing an existing issue.
2014-10-18 18:07:46 -05:00
Vinnie Okada
e06f0ead98
Fix Markdown preview tests
...
Update Spinach tests for Markdown previews for the new-ish tab UI that
replaced the old preview/edit toggle button.
2014-10-18 18:07:23 -05:00
Vinnie Okada
5700842ba8
Add Markdown preview to more forms
...
Enable Markdown previews when creating and editing issues, merge
requests, and milestones, and when editing notes.
2014-10-15 23:52:33 -05:00
Vinnie Okada
40263a06c1
Refactor task list tests and coffeescript
2014-10-06 19:19:12 -05:00
Vinnie Okada
31bc42de57
Add Spinach tests for task lists
2014-10-06 02:07:03 -05:00
Dmitriy Zaporozhets
5913f74446
Clickable labels feature test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-11 14:31:19 +03:00
Porus Patell
eeebf7dae6
Fixing requested changes for 'search issues by description' tests
2014-08-25 12:20:08 -07:00
Porus Patell
6136dd5a75
Adding Spinach tests for 'search issues by description field' feature
2014-08-25 12:19:41 -07:00
Dmitriy Zaporozhets
833bc30593
Add test for createing issue with labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-31 14:14:27 +03:00
Marin Jankovski
281643a1bf
Add feature spec.
2014-05-26 20:43:58 +02:00
Marin Jankovski
e617cf95d4
Add issue to an empty repo, test.
2014-04-08 17:12:57 +02:00
Ciro Santillli
61748c993d
Headers have ids and link to their own id.
2014-02-11 16:23:33 +01:00
Dmitriy Zaporozhets
72dd8011a7
rewrite issues search test to prevent ajax requests running after test
2013-09-27 16:25:24 +03:00
Dmitriy Zaporozhets
12dd7d2a9a
Fix issues search test
2013-09-26 19:05:55 +03:00
Dmitriy Zaporozhets
ff765bb27e
Remove issues search rspec since we test it with spinach too
2013-09-26 15:56:05 +03:00
Dmitriy Zaporozhets
7bf8d22f17
Remove commented tests since nobody is going to fix them
2013-09-11 22:50:08 +03:00
Dmitriy Zaporozhets
adb17d6052
Cleanup after issues refactor and fix test
2012-12-20 15:39:54 +02:00
Dmitriy Zaporozhets
2f7effe804
Refactor issues, Remove ajax
2012-12-19 06:14:05 +03:00
Dmitriy Zaporozhets
0693215c30
Fixed spinach and tests. Build should pass now
2012-11-23 22:55:38 +02:00
Nihad Abbasov
698500dd78
add spinach steps for project issues and source features
2012-09-10 05:34:01 -07:00
Nihad Abbasov
080bd12e16
rewrite project commits features using spinach
2012-09-10 04:27:11 -07:00