From 86c8762bf451b40a0cb3ed2090e67093d9e6c405 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 3 Oct 2023 10:46:54 -0400 Subject: [PATCH] add another lesson link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0ddb71..4d84aab 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Tested with `cy.get`, `cy.contains`, `cy.find`, `.then`, `.within` commands in C - [Lesson d3: Ensure the settings dialog is open](https://cypress.tips/courses/cypress-plugins/lessons/d3) - [Lesson d4: How to avoid conditional test logic](https://cypress.tips/courses/cypress-plugins/lessons/d4) - [Lesson d5: Create a new user if the test cannot log in](https://cypress.tips/courses/cypress-plugins/lessons/d5) + - [Lesson n5: Pagination using cypress-if](https://cypress.tips/courses/cypress-plugins/lessons/n5) ## ⚠️ Warning