Skip to content

Commit

Permalink
docs: add more videos (microsoft#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien authored Nov 18, 2022
1 parent 9837734 commit 975b092
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions src/data/conference-videos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ const conferenceVideos = [
conference: 'DevFest Nantes',
speakers: ["Debbie O'Brien"]
},
{
title: 'Testing Web Applications with Playwright',
description: '',
id: 'Vn__rlS36yc',
year: '2022',
conference: 'React Brussels',
speakers: ["Debbie O'Brien"]
},
{
title: 'Playwright: De Cero a Continuous Testing con Low Code. ¿Es posible?',
description: '',
id: 'FOvFKdOOfXg',
year: '2022',
conference: 'Argentesting',
speakers: ["Carlos Gauto"],
language: 'Spanish'
},
{
title: 'Testing Web Applications with Playwright',
id: 'xkSnDXjCEvU',
Expand Down
2 changes: 1 addition & 1 deletion src/data/video-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const videoNav = [
href: '/community/live-streams'
},
{
label: 'feature Videos',
label: 'Feature Videos',
href: '/community/feature-videos'
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/pages/community/conference-videos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import conferenceVideos from '@site/src/data/conference-videos';
import videoNav from '@site/src/data/video-nav';

const TITLE = 'Conference Videos';
const DESCRIPTION = 'Check out the latest conference videos about Playwright';
const DESCRIPTION = 'Check out the latest conference talks on Playwright';

export default function Video(): JSX.Element {
return (
Expand Down

0 comments on commit 975b092

Please sign in to comment.