Skip to content

Commit dd87a29

Browse files
Dan GDan G
authored andcommitted
cleaned up colons in title
1 parent 11cd7e2 commit dd87a29

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

site/content/learn/playwright/debugging-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Playwright Debugging Errors: Common Issues and Solutions
2+
title: Playwright Debugging Errors - Common Issues and Solutions
33
subTitle: Recurring non-trivial debugging situations and how to solve them
44
date: 2021-08-05
55
author: Giovanni Rago

site/content/learn/playwright/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Playwright Debugging: Techniques for Script Troubleshooting
2+
title: Playwright Debugging - Techniques for Script Troubleshooting
33
subTitle: How to go about fixing what is not working
44
date: 2021-07-26
55
author: Giovanni Rago

site/content/learn/playwright/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is Playwright: A Guide to Playwright Automation?
2+
title: What is Playwright? A Guide to Playwright Automation
33
description:
44
Learn how Playwright, a browser automation tool, simplifies testing across Chrome, Firefox, and WebKit. Start building more reliable web applications today.
55
date: 2020-06-29

site/content/learn/playwright/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Measuring Page Performance Using Playwright: Best Practices
2+
title: Measuring Page Performance Using Playwright - Best Practices
33
subTitle: Explaining why it matters and how to assess it
44
date: 2020-09-30
55
author: Giovanni Rago

site/content/learn/playwright/selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to Work with Selectors in Playwright | Checkly
2+
title: How to Work with Selectors in Playwright
33
displayTitle: How to Work with Selectors in Playwright
44
description:
55
Learn to write solid scripts using Playwright. Discover how to choose stable selectors and start enhancing your skills today.

site/content/learn/playwright/taking-screenshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Playwright Screenshots: How to Take and Automate Screenshots
2+
title: Playwright Screenshots - How to Take and Automate Screenshots
33
subTitle: Leveraging images for troubleshooting and more
44
date: 2020-06-23
55
author: Giovanni Rago

site/content/learn/playwright/web-scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Playwright Web Scraping: How to Extract Data from Websites
2+
title: Playwright Web Scraping - How to Extract Data from Websites
33
subTitle: Extracting valuable information through automation
44
date: 2020-08-26
55
author: Giovanni Rago

0 commit comments

Comments
 (0)