Oliver Günther
280c00d50f
Fix more tests
7 years ago
Oliver Günther
766618f623
[24681] Allow users to remove comment by setting it to empty
8 years ago
Oliver Günther
74d2041ed6
Add comment edit spec
...
Functionality was broken and no test failed
8 years ago
Oliver Günther
e68d9275e0
Fix activity spec
8 years ago
Oliver Günther
030b99ee23
Extract wiki-textarea related specs into shared examples
9 years ago
Oliver Günther
8b9212bf73
Use op-auto-complete in comment field and add test
9 years ago
Oliver Günther
2bdf6ac776
Remove invalid description spec
9 years ago
Oliver Günther
120d0931fd
Fix comment spec
9 years ago
Oliver Günther
3cc850b783
Replace comment cuke with spec
9 years ago
Oliver Günther
b459335797
Fix activity_comments_spec
...
Introduces a new textarea field with save controls.
9 years ago
Jens Ulferts
6ed17f1eaf
adapt spec helper call's signature
9 years ago
Jens Ulferts
5303fba7ce
update require statements to changed location of work_package_field
9 years ago
Jens Ulferts
2df12b1268
replace under the hood expectations in feature spec by observable behaviour
9 years ago
Jens Ulferts
17c56e6163
harmonize inplace edit comment fields
9 years ago
Jens Ulferts
e1839083ef
invisible elements may not be clicked on
9 years ago
Oliver Günther
e93f6df303
Use better selector for hovering the comment
9 years ago
Oliver Günther
c15eeca71e
Fix activity comment spec flicker by allowing more wait time
9 years ago
Jens Ulferts
a343e19899
increase spec robustness
...
element.find(xyz).text will not wait while element.find(xyz, text:text) will.
9 years ago
Stefan Botzenhart
d83dde0284
Remove maximize window context
9 years ago
Stefan Botzenhart
b4ee3c0b8c
Use selenium driver for some specs
9 years ago
Oliver Günther
acb4431d8a
Implement UserPreferences endpoint
...
Provides the implementation to the user preferences endpoint.
9 years ago
Stefan Botzenhart
1c01b5801e
Use login_as helper method throughout all specs
9 years ago
Oliver Günther
3ca36e1e1d
Parallel sending of comment and fields in WP split view
...
Parallel submitting of comments alongside WP edits wasn't possible
natively due to the increased lock_version in work packages, caused by
`touch`ing and explicitly saving the work package in the process of
adding a journal.
This commit works around this issue by updating the timestamp columns
directly, bypassing optimistic locking in the work package table.
This allows comments to be submitted transparently with other fields to
the user, while actually, we send it in two subsequent steps.
9 years ago
Oliver Günther
0aed8bb310
Test for comment input
9 years ago
Jens Ulferts
379fde84cd
attempt to fix spec flicker
9 years ago
Jens Ulferts
c5de9a4fb7
move spec shared context up in the dir hierarchy
9 years ago
Jens Ulferts
f2ae9be55c
increasing spec robustness, hopefully
9 years ago
Cameron Prebble
652bf1ce33
fix ruby style in integration test
10 years ago
Cameron Prebble
ec01121440
add Capybara specs for navigation warnings from the activity comment form
10 years ago