218 Commits

Author SHA1 Message Date
Moriz Wahl
f5c05de974 only scroll to top if avatar menu is not visible 2023-02-06 11:34:15 +01:00
Moriz Wahl
60b9d577f0 Merge branch 'master' into merge-5750-in-5818 2023-02-03 22:10:57 +01:00
Moriz Wahl
66b7a6db5e scroll to top to ensure that avatar menu is visible before clicking on it 2023-02-03 22:07:00 +01:00
Wolfgang Huß
bda0b3f088 Fix Cypress tests for the users social media
- Refactor Cypress tests to make them more language independent.

Co-Authored-By: mahula <lenzmath@posteo.de>
2022-11-23 14:22:45 +01:00
Wolfgang Huß
e58b452a7d Write Cypress tests 2021-09-27 12:15:18 +02:00
Wolfgang Huß
915e1143c7 Implement cypress tests 2021-09-16 10:52:36 +02:00
1edef05fec
waiting command 2021-04-12 19:19:30 +02:00
d5fa1bda00
cleanup search 2021-04-12 19:07:43 +02:00
8236b6b588
removed redundant step definitions and old clutter 2021-04-12 13:24:52 +02:00
40a3a03581
Moderation.ReportContent.feature 2021-04-12 13:24:52 +02:00
a86020e64b
User.Mute.feature 2021-04-12 13:24:52 +02:00
480510b9eb
User.Block.feature 2021-04-12 13:24:52 +02:00
201a036200
UserProfile.Avatar.feature 2021-04-12 13:24:52 +02:00
29bea50b68
UserProfile.SocialMedia.feature 2021-04-12 13:24:52 +02:00
c8f908b11a
UserProfile.ChangePassword.feature rename
UserProfile.NameDescriptionLocation.feature
2021-04-12 13:24:52 +02:00
88de6df36c
Moderator.HidePost.feature 2021-04-12 13:24:52 +02:00
7d92eb3950
fixed includes 2021-04-12 13:24:52 +02:00
d661cb8b32
Internationalization.feature 2021-04-12 13:24:52 +02:00
3edf5c56e4
Admin.TagOverview.feature
backend lint fixes
2021-04-12 13:24:52 +02:00
c4c7339e3c
Admin.PinPost.feature 2021-04-12 13:24:51 +02:00
28d03d2f64
refactored "I navigated to page" step 2021-04-12 13:24:51 +02:00
d29cff193c
Notification.Mention.feature
Regex for URL matches "I am on page ..."
Fixed some category/search related errors
2021-04-12 13:24:51 +02:00
5a809d9cb4
Search.feature 2021-04-12 13:24:51 +02:00
0ec2906381
fix some flakyness 2021-04-12 13:24:51 +02:00
c08f173b50
User.ChangePassword.feature
unified user creation and logging in
2021-04-12 13:24:51 +02:00
c44cefa2f9
Post.Images.feature 2021-04-12 13:24:51 +02:00
828dc361eb
PersistentLinks.feature 2021-04-12 13:24:51 +02:00
ddcbeb5b6a
post.comment feature
registration.todo
lots of unifications
2021-04-12 13:24:51 +02:00
a02a72de82
unified click events
separated post in post.create & post
2021-04-12 13:24:51 +02:00
161b38a8f8
post create cypress feature 2021-04-12 13:24:51 +02:00
4634b34c5a
fixed terms and conditions version check 2021-04-12 13:22:30 +02:00
2c881c4f48
authentication feature
fixed a problem in login component
2021-04-12 13:22:30 +02:00
9db57af7ea
removed duplicate code 2021-04-12 13:22:30 +02:00
9add0fe1e9
started to refactor cypress tests 2021-04-12 13:22:30 +02:00
Moriz Wahl
08aaf9c7a6 press enter shows search result page 2020-06-04 16:01:03 +02: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
Raphael Beer
8ffda5e908
Fix: linting, integration tests 2020-03-05 12:02:12 +01:00
mattwr18
a09a767fd1 Visit root path before reloading 2020-02-21 18:58:16 +01:00
mattwr18
e9c0d44055 Favor firefox as test runner in cypress
- we have recommended our users to use firefox, so why should we test in
  Electron?
2020-02-21 14:05:01 +01:00
Robert Schäfer
c81de16be0
Merge pull request #3115 from Human-Connection/avoid-async-await-in-cypress
fix: Favor Cypress.Promise over async/await in e2e tests
2020-02-21 13:43:36 +01:00
Robert Schäfer
e164104791
Merge pull request #3075 from Human-Connection/3074-don’t-expose-all-properties-of-report
feat: 🍰 Expose sensitive report type to moderators only
2020-02-21 12:43:28 +01:00
Wolfgang Huß
a65d94857d Fix filedReport query in Cypress test 2020-02-20 11:11:42 +01:00
mattwr18
447b19eea0 Use cy.exec() to talk to the database
- Cypress says "To talk to your database or server you need to use the
  cy.exec(), cy.task(), or cy.request() commands. That means you will
need to expose a way to seed and setup your database." https://docs.cypress.io/guides/references/trade-offs.html#Inside-the-browser
2020-02-20 10:52:36 +01:00
Alina Beck
701564c708 Merge branch 'master' into migrate-styleguide-card 2020-02-20 00:37:07 +01:00
Alina Beck
46616f5e6b update cypress tests 2020-02-19 20:50:40 +01:00
roschaefer
1a0dd36edd chore(cypress): Remove debug statements 2020-02-19 16:51:49 +01:00
Alina Beck
6aecbd6c6d Merge branch 'master' into migrate-styleguide-card 2020-02-19 10:25:37 +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
mattwr18
6f6b1534df Reload page to add Category button
- I believe the cypress test is so fast that we visit the post/create
  page before the relationship CATEGORIZED is added, and therefore, we
must refresh the page.
- I am not happy about this solution, but I'm not sure what we can do...
  maybe wait for the post to be succesfully created with all it's
relationships?
2020-02-18 13:33:34 +01:00
mattwr18
0f74273b5b Let post factory create default category
- since we have factories that ensure a post has a category created, we
  don't need extra code to create a category before the post
2020-02-18 10:36:34 +01:00