From 61611283ce8600f41866955c3bef1b0eba09f385 Mon Sep 17 00:00:00 2001 From: Ana Margarida Silva Date: Mon, 16 Sep 2024 22:45:12 +0100 Subject: [PATCH] fix(docs): remove todo in ci intro docs --- docs/src/ci-intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md index 492130088a..e54dbb2e61 100644 --- a/docs/src/ci-intro.md +++ b/docs/src/ci-intro.md @@ -25,7 +25,7 @@ Playwright tests can be ran on any CI provider. In this section we will cover ru #### You will learn * langs: python, java, csharp - + - [How to set up GitHub Actions](/ci-intro.md#setting-up-github-actions) - [How to view test logs](/ci-intro.md#viewing-test-logs) - [How to view the trace](/ci-intro.md#viewing-the-trace) @@ -323,4 +323,4 @@ This step will not work for pull requests created from a forked repository becau - [Learn how to write Assertions](./test-assertions.md) - [Learn more about the Trace Viewer](/trace-viewer.md) - [Learn more ways of running tests on GitHub Actions](/ci.md) -- [Learn more about running tests on other CI providers](/ci.md#github-actions) // TODO: is this link correct? \ No newline at end of file +- [Learn more about running tests on other CI providers](/ci.md#github-actions)