Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dansan committed Jul 18, 2023
1 parent 037206e commit 8b5e86d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For records about internal decisions see the private repository [univention/inte
- Top level directories should be products or concerns, not teams.
- Cross-cutting concerns (e.g. logging, security, deployment) may be found at higher levels than affected software.
- Please do not add more than one level of subdirectories.
- Here is an [example directory structure](example-dirs.md). It's just an example - you and your team know best.
- Here is an [example directory structure](example-dirs.md). It's just an example - you and your team know best.

## Editing

Expand Down
12 changes: 6 additions & 6 deletions dev/0001-playwright-for-ete-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ E2E testing in UCS.

## More Information

* Supported browsers:
* playwright[¹]:
- Supported browsers:
- playwright[¹]:
chromium, Chrome, Chrome-beta, Msedge, Msedge-beta, Msedge-dev, Firefox, Webkit
* selenium[²]: Chrome, Edge, Firefox, Internet Explorer, Safari
- selenium[²]: Chrome, Edge, Firefox, Internet Explorer, Safari

* https://playwright.dev/python/
* https://www.cypress.io/
* https://www.selenium.dev/
- https://playwright.dev/python/
- https://www.cypress.io/
- https://www.selenium.dev/

[¹]: from `playwright install --help` of version 1.30.0

Expand Down
2 changes: 1 addition & 1 deletion example-dirs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example directory structure (in alph. order)

```
```text
/apps/gsuite
/apps/office365
/apps/open-xchange
Expand Down

0 comments on commit 8b5e86d

Please sign in to comment.