Skip to content

Commit 021b267

Browse files
authored
chore: remove checked in mp4s (#4983)
* chore: remove mp4s from okta auth guide to use vimeo * chore: remove mp4s from auth0 auth guide to use vimeo * chore: remove mp4s from aws cognito auth guide to use vimeo
1 parent 95e95ef commit 021b267

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

docs/guides/end-to-end-testing/testing-strategies/amazon-cognito-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe('Cognito', function () {
263263
})
264264
```
265265

266-
<DocsVideo src="/img/examples/aws-cognito-origin.mp4"></DocsVideo>
266+
<DocsVideo src="https://vimeo.com/789093851"></DocsVideo>
267267

268268
Lastly, we can refactor our login command to take advantage of
269269
[`cy.session()`](/api/commands/session) to store our logged in user so we don't
@@ -289,7 +289,7 @@ Cypress.Commands.add('loginByCognito', (username, password) => {
289289
})
290290
```
291291

292-
<DocsVideo src="/img/examples/cognito-session-restore.mp4"></DocsVideo>
292+
<DocsVideo src="https://vimeo.com/789093817"></DocsVideo>
293293

294294
### Programmatic Login
295295

docs/guides/end-to-end-testing/testing-strategies/auth0-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('Auth0', function () {
211211
})
212212
```
213213

214-
<DocsVideo src="/img/examples/auth0-origin.mp4"></DocsVideo>
214+
<DocsVideo src="https://vimeo.com/789093942"></DocsVideo>
215215

216216
Lastly, we can refactor our login command to take advantage of
217217
[`cy.session()`](/api/commands/session) to store our logged in user so we don't
@@ -247,7 +247,7 @@ Cypress.Commands.add('loginToAuth0', (username: string, password: string) => {
247247
})
248248
```
249249

250-
<DocsVideo src="/img/examples/auth0-session-restore.mp4"></DocsVideo>
250+
<DocsVideo src="https://vimeo.com/789093910"></DocsVideo>
251251

252252
### Programmatic Login
253253

docs/guides/end-to-end-testing/testing-strategies/okta-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('Okta', function () {
155155
})
156156
```
157157

158-
<DocsVideo src="/img/examples/okta-origin.mp4"></DocsVideo>
158+
<DocsVideo src="https://vimeo.com/789093739"></DocsVideo>
159159

160160
Lastly, we can refactor our login command to take advantage of
161161
[`cy.session()`](/api/commands/session) to store our logged in user so we don't
@@ -178,7 +178,7 @@ Cypress.Commands.add('loginByOkta', (username: string, password: string) => {
178178
})
179179
```
180180

181-
<DocsVideo src="/img/examples/okta-session-restore.mp4"></DocsVideo>
181+
<DocsVideo src="https://vimeo.com/789093688"></DocsVideo>
182182

183183
### Programmatic Login
184184

static/img/examples/auth0-origin.mp4

-15.7 MB
Binary file not shown.
-13.2 MB
Binary file not shown.
-21.6 MB
Binary file not shown.
-11.8 MB
Binary file not shown.

static/img/examples/okta-origin.mp4

-28.9 MB
Binary file not shown.
-27 MB
Binary file not shown.

0 commit comments

Comments
 (0)