sebastian2357
a81ec214f1
fix(webapp): added option for slug ( #8659 )
2025-07-02 12:20:21 +00:00
Moriz Wahl
903ce7071f
refactor(webapp): remove warnings in unit tests ( #8556 )
...
* refactor(webapp): remove warnings in unit tests
2025-05-27 22:10:58 +00:00
c7fbe9beef
removed test for onDelete event
2023-04-25 02:36:01 +02:00
Moriz Wahl
4ce5bdd6fa
get most components working
2023-02-15 10:23:34 +01:00
b2bc5b9447
cannot use newline (lint)
2021-04-24 15:51:53 +02:00
0e393c16d4
fixed lint error
2021-04-24 15:05:00 +02:00
52306aeed4
SearchableInput.spec.js whitespace replacement
2021-04-24 13:51:32 +02:00
Moriz Wahl
de2193e75a
changes requested by reviewers
2020-06-02 14:12:14 +02:00
ogerly
4a60911c9a
fix: lint and test for SearchableInput ok
2020-04-22 09:58:53 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Moriz Wahl
7024ea0b30
specs for Search for Hashtags
2020-03-19 15:09:43 +01:00
Alina Beck
24898f5fe2
quick fix tests relying on classes of child components
...
changing class names in the UserTeaser leads to tests failing for other components, like SearchableInput and NotificationsTable – I just updated the classes but long-term it would be good to find a way to not rely on implementation details of child components – maybe just test if the child component is rendered?
2020-01-21 17:07:00 +03:00
mattwr18
1da872ba1e
Update SearchableInput spec after rebase
2020-01-20 10:11:48 +01:00
mattwr18
0a4defe36d
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 14:52:58 +01:00
Alina Beck
eaf738c12b
replace last instance of ds-button with base-button
2020-01-15 16:13:47 +03:00
Alina Beck
fcbe6125f3
refactor and use base-button in SearchableInput
2020-01-15 16:04:27 +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
84780013f4
Fix cypress tests/start refactor search story
...
- Cannot use data-test in cypress tests as we use production image and
data-test are removed to minimize the image. Select based on styleguide
input's class
- Story is still not working because of filter dateTime and
$i18n.locale(), we can fix this later.
- Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2020-01-10 12:52:54 +01:00
Moriz Wahl
8c7079cf81
changes requested by reviews
2020-01-10 09:23:56 +01:00
Moriz Wahl
bc3aa519d0
Specs for Searches
2020-01-06 16:10:28 +01:00
mattwr18
b79c292ef4
Fix failing component tests
...
- Extract testing logic to SearchableInput spec
- write new tests for SearchResources
2019-12-19 17:13:14 +01:00