Moriz Wahl
2c31453bb0
test event data form
2023-06-07 11:50:46 +02:00
Moriz Wahl
e3eaaf4435
fix tests for contribution form
2023-05-23 11:04:01 +02:00
Moriz Wahl
6eb5ad25af
get all components tests running
2023-02-15 11:12:19 +01:00
Moriz Wahl
4ce5bdd6fa
get most components working
2023-02-15 10:23:34 +01:00
Moriz Wahl
78f03daf42
add groupId to variables in spec
2022-10-19 09:14:17 +02:00
Wolfgang Huß
ac0aacf776
Rename 'hc-upload' or 'Upload' to AvatarUploader and moved 'ImageUploader' to folder 'Uploader'
2022-08-29 12:10:23 +02:00
Tima Gixe
15ce070288
Update tests to expect Not Authorized!
2022-08-25 09:08:14 +03:00
Moriz Wahl
5393c2aeaa
fix some tests
2022-07-25 22:53:19 +02:00
Moriz Wahl
001515f92a
image upload: fixed tests
2021-02-08 16:50:50 +01:00
Moriz Wahl
4e423e6965
detect languages linting
2021-01-21 13:50:49 +01:00
Moriz Wahl
250d231a74
auto detect language. Input field in contribution form removed.
2021-01-21 13:30:56 +01:00
Moriz Wahl
c179b0a12f
remove categories: clean up
2021-01-19 17:40:02 +01:00
Moriz Wahl
f73c40c252
removed categories from posts
2021-01-19 17:40:02 +01:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Robert Schäfer
512ef672bf
feat: Introduce graphql image type ( #3043 )
...
* refactor(graphql): Introduce image type
* Undo changes to .travis.yml
* chore: Upgrade travis to node LTS
- URL is available since v10
* chore: use lts
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-03-16 15:32:19 +01:00
roschaefer
9241305d43
fix: Prever FileReader over URL.createObjectUrl
...
Apparently, URL.createObjectUrl is not supported in JSDom, see:
https://github.com/jsdom/jsdom/issues/1721
With FileReader we have the option to avoid it altogether.
2020-02-20 15:42:47 +01:00
Alina Beck
4a17cf0e07
move deleteImage logic to ImageUploader
2020-02-19 15:55:10 +01:00
Alina Beck
888051a6ae
simplify formData in ContributionForm
2020-02-19 14:18:54 +01:00
Alina Beck
e38b6f9625
rename TeaserImage component to ImageUploader
2020-02-19 10:51:04 +01:00
mattwr18
44652a34a7
Merge in master/refactor
...
- Add cypress test for DeleteImage
- remove unnecessary ref and function call
- use tokens
- simplify logic to showDeleteImageButton
- emit event when cropInProgress
2020-02-18 18:50:02 +01:00
Alexander Friedland
798e4d4f5a
Merge branch 'master' into 1188-Delete_teaser_image
2020-02-05 08:00:55 +01:00
ogerly
28d0b307d4
feat: proposals for changes incorporated, tests started
2020-02-04 16:58:27 +01:00
mattwr18
83491e15c8
Merge branch 'master' of github.com:Human-Connection/Human-Connection into dependabot/npm_and_yarn/webapp/vue/test-utils-1.0.0-beta.30
2020-01-16 13:19:33 +01:00
Alexander Friedland
15bd6c5d48
Merge branch 'master' into 1188-Delete_teaser_image
2020-01-16 05:32:27 +01:00
ogerly
a8132d23da
fix: spec, delete teasureImage
2020-01-15 20:18:36 +01:00
Alina Beck
56a3822377
Merge pull request #2562 from Human-Connection/migrate-styleguide-buttons
...
refactor(styleguide): migrate and redesign buttons
2020-01-15 14:17:06 +03:00
roschaefer
8c29ad947b
Update vue-test-utils and follow updated docs
...
https://vue-test-utils.vuejs.org/guides/#writing-asynchronous-tests-using-nexttick-new
2020-01-11 00:37:22 +01:00
mattwr18
a33cb1e6fc
Make tests accurate
2019-12-20 01:14:43 +01:00
Alina Beck
7c7a800bc2
replace ds-button with base-button (wip)
2019-12-19 00:50:27 +05:30
ogerly
a6cbbbeaf1
DB rename blurImage to imageBlurred
2019-12-12 10:42:52 +01:00
ogerly
5ae6b3c954
fixed contributionForm.vue
2019-12-06 13:16:40 +01:00
ogerly
652f6d1edc
fix reviews ContributionForm, ContributionForm.spec
2019-12-06 10:53:26 +01:00
ogerly
a62d59741b
fix and changes revies, fix lint
2019-12-06 09:16:14 +01:00
Alexander Friedland
dee22d33db
Merge branch 'master' into 1746-Blur_explicit_Image_Content
2019-12-06 07:21:49 +01:00
ogerly
b532a38966
lint fix
2019-12-04 15:23:16 +01:00
ogerly
7b0b2cc93e
rename checkedBlur to blurImage, testing checkbox
2019-12-04 15:14:57 +01:00
ogerly
6ce797e8ef
test review
2019-12-04 11:20:27 +01:00
ogerly
fd3accd147
specs ok
2019-12-02 20:55:58 +01:00
ogerly
19d183e13a
Merge https://github.com/Human-Connection/Human-Connection into 1746-Blur_explicit_Image_Content
2019-12-02 13:22:42 +01:00
ogerly
7f3f81822e
blur the image ok.
2019-11-28 20:40:35 +01:00
mattwr18
6324fd7d26
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2253-fix-scroll-layout-issue
2019-11-27 18:05:02 +01:00
ogerly
f7aeb3c616
added checkbox for blure Images in contribution form
2019-11-25 11:23:57 +01:00
mattwr18
33fb439e18
Update component tests for imageAspectRatio
2019-11-21 13:54:05 +01:00
Alina Beck
a210dd599d
Merge branch 'master' into migrate-styleguide-icons
2019-11-20 19:35:03 +03:00
Alina Beck
77f4810ddc
set up global localVue
...
by setting up localVue with all required plugins (such as styleguide and vuex)
in a separate testSetup file we can avoid doing this individually in all component tests
the testSetup is executed before each test suite, so each test file gets a fresh
instance of localVue
2019-11-20 12:31:40 +03:00
mattwr18
123fc2f666
Fix lint with updated linter
2019-11-18 21:54:24 +01:00
mattwr18
399e13360e
Update tests to test new validations
2019-11-18 21:23:12 +01:00
roschaefer
4108bb7d71
Merge remote-tracking branch 'origin/2119_Create_Post_consistent_form_input_validation' into 2119_Create_Post_consistent_form_input_validation-improvements
2019-11-08 16:32:16 +01:00
roschaefer
a2dbe47f1f
Fix tests
2019-11-08 00:50:20 +01:00
ogerly
588ca43464
Title character increased from 64 to 100
2019-10-09 09:09:44 +02:00