Robert Schäfer a819d6353a Fix probably randomly failing cypress test
@mattwr18 @ulfgebhardt @tirokk @appinteractive @ogerly

I think I just fixed a randomly failing test (so-called "flaky" test).
After an update of `neo4j-graphql-js` I wondered why the
`TagsAndCategories.feature` test failed consistently. It turns out the
table that you can see in the test is ordered by the "Users" column:

|   | Name      | Users  | Posts    |
| 1 | Democracy | 2      | 3        |
| 2 | Ecology   | 1      | 1        |
| 3 | Nature    | 1      | 2        |

So there is a tie between row 2 and row 3. It seems that on version
2.4.0 the backend would return those rows in arbitrary order and now it
returns them in a deterministic order, thus failing the test every time.

Therefore I changed the test setup and I believe this should also make
the build more robust now.
2019-05-17 00:09:54 +02:00
2019-04-11 19:16:19 -03:00
2019-04-05 00:25:59 +02:00
2019-04-12 11:26:13 +02:00
2019-04-25 17:17:12 -03:00
2019-04-12 16:27:48 +02:00
2019-03-21 02:11:35 +01:00
2019-05-08 14:42:25 +02:00
2019-04-12 11:32:43 +02:00
2019-05-09 04:55:41 +00:00
2019-04-24 22:48:39 +02:00
2019-05-09 04:55:41 +00:00

Human-Connection

Build Status Codecov Coverage MIT License Discord Channel

Human Connection is a nonprofit social, action and knowledge network that connects information to action and promotes positive local and global change in all areas of life.

  • Social: Interact with other people not just by commenting their posts, but by providing Pro & Contra arguments, give a Versus or ask them by integrated Chat or Let's Talk
  • Knowledge: Read articles about interesting topics and find related posts in the More Info tab or by Filtering based on Categories and Tagging or by using the Fulltext Search.
  • Action: Don't just read about how to make the world a better place, but come into Action by following provided suggestions on the Action tab provided by other people or Organisations.

Human-Connection

Technology Stack

Live demo

Try out our deployed staging environment.

Logins:

email password role
user@example.org 1234 user
moderator@example.org 1234 moderator
admin@example.org 1234 admin

Documentation

Learn how to set up a local development environment in our Docs 🔎

Translations

You can help translating the interface by joining us on lokalise.co. Thank you lokalise for providing us with a premium account 🙌.

Developer Chat

Join our friendly open-source community on Discord 😻 Just introduce yourself at #user-presentation and mention @@Mentor to get you onboard :neckbeard: Check out the contribution guideline, too!

Attributions

Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

License

See the LICENSE file for license rights and limitations (MIT).

Description
Free and open-source social network for active citizenship.
Readme 114 MiB
Languages
TypeScript 35.7%
Vue 24.9%
JavaScript 19.2%
HTML 17.8%
SCSS 0.9%
Other 1.4%