Skip to content

Commit

Permalink
fixup! Fix cypress action
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 2, 2022
1 parent 4db9f74 commit 1a3be16
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cypress/support/component-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head data-user="user" data-user-displayname="User">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Components App</title>

<!-- Nextcloud customizations -->
<script type="text/javascript">
window.OC = {
webroot: '',
config: {},
coreApps: [],
isUserAdmin: () => false
};
</script>
</head>
<body>
<div data-cy-root id="__cy_root"></div>
</body>
</html>

0 comments on commit 1a3be16

Please sign in to comment.