Skip to content

Commit 5456e98

Browse files
Dan GDan G
authored andcommitted
fixed homepage links
1 parent 3bb6f91 commit 5456e98

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

site/content/learn/playwright/_index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,44 +42,44 @@ Playwright and is extremely powerful and serves a wide range of use cases. We ha
4242
{{< doc-card
4343
class="full-width-card"
4444
headerTag="h3"
45-
title="End to end scenarios"
45+
title="Monitoring an eCommerce checkout flow"
4646
img="/learn/icons/e2e.svg"
47-
description="Learn how to script complete user scenarios from signup to checkout."
48-
link="/learn/playwright/e2e/login/"
47+
description="Learn how to automate realistic user scenarios from signup to checkout."
48+
link="/learn/playwright/checkout-testing-guide/"
4949
>}}
5050
{{< doc-card
5151
class="full-width-card"
5252
headerTag="h3"
53-
title="Network & state"
54-
img="/learn/icons/network.svg"
55-
description="Learn how to use cookies to set state and simplify your scripts."
56-
link="/learn/playwright/basics/managing-cookies/"
53+
title="Navigating user interfaces"
54+
img="/learn/icons/best-practices.svg"
55+
description="Learn about guidelines to write quality automation scripts."
56+
link="/learn/playwright/navigation/"
5757
>}}
5858
{{< doc-card
5959
class="full-width-card"
6060
headerTag="h3"
61-
title="Best Practices"
62-
img="/learn/icons/best-practices.svg"
63-
description="Learn about guidelines to write quality automation scripts."
64-
link="/learn/headless/challenging-flows/"
61+
title="Managing cookies and state"
62+
img="/learn/icons/network.svg"
63+
description="Learn how to use cookies to set state and simplify your scripts."
64+
link="/learn/playwright/managing-cookies/"
6565
>}}
6666
{{< doc-card
6767
class="full-width-card"
6868
headerTag="h3"
69-
title="Performance"
69+
title="Measuring page performance"
7070
img="/learn/icons/performance.svg"
7171
description="Learn how you can use Playwright to measure page performance."
72-
link="/learn/headless/basics-performance/"
72+
link="/learn/playwright/performance/"
7373
>}}
7474
</div>
7575
7676
## Popular Posts
7777

7878
<div class="cards-list">
79-
{{< doc-card class="three-column-card" title="Basic Navigation" description="Working with navigation and waits are the fundamental of any script." link="/learn/headless/basics-navigation/" >}}
79+
{{< doc-card class="three-column-card" title="Debugging errors" description="Learn how to debug common errors and bugs in your Playwright scripts." link="/learn/playwright/debugging/" >}}
8080

81-
{{< doc-card class="three-column-card" title="Request Interception" description="Learn how to control HTTP requests and responses." link="/learn/headless/request-interception/" >}}
81+
{{< doc-card class="three-column-card" title="Request Interception" description="Learn how to control HTTP requests and responses." link="/learn/playwright/intercept-requests/" >}}
8282

83-
{{< doc-card class="three-column-card" title="Basic Selectors" description="Working with selectors is key for writing high quality scripts." link="/learn/headless/basics-selectors/" >}}
83+
{{< doc-card class="three-column-card" title="Basic Selectors" description="Working with selectors is key for writing high quality scripts." link="/learn/playwright/selectors/" >}}
8484

8585
</div>

0 commit comments

Comments
 (0)