Skip to content

Commit

Permalink
commit d7b6fb1
Browse files Browse the repository at this point in the history
Author: Paul Neubauer <[email protected]>
Date:   Wed Jan 18 13:12:21 2023 +0100

    [full-ci] Squash spacelist on sidebar open (#8262)

    * Squash spacelist on sidebar open

    * Add to changelog

    * Remove availableQuota

    * Hide more cells on squashed

    * Add squashed media query
  • Loading branch information
lookacat committed Jan 18, 2023
1 parent 0f9d463 commit 2191a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ and make sure there are no conflicting ports and everything runs smoothly. You c
Depending on the backend you want to run the tests on, you can either run

```shell
$ pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.ocis].feature
$ pnpm test:e2e:cucumber 'tests/e2e/cucumber/**/*[!.ocis].feature'
```

for an **ownCloud 10** backend (filenames including `.ocis` are excluded) or

```shell
$ OCIS=true pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.oc10].feature
$ OCIS=true pnpm test:e2e:cucumber 'tests/e2e/cucumber/**/*[!.oc10].feature'
```

for an **oCIS** backend (filenames including `.oc10` are excluded).
Expand Down

0 comments on commit 2191a95

Please sign in to comment.