From f84a7c630cd51bd1abad45b9db1573e94ca3c332 Mon Sep 17 00:00:00 2001 From: bahmutov Date: Thu, 19 Oct 2023 16:02:00 +0000 Subject: [PATCH] Updated fiddles.json --- fiddles.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fiddles.json b/fiddles.json index ebb6444b53..730f34f8c3 100644 --- a/fiddles.json +++ b/fiddles.json @@ -2693,6 +2693,12 @@ "created": "2023-06-13T13:39:42.000Z", "url": "https://glebbahmutov.com/cypress-examples/recipes/event-sent-once.html" }, + { + "title": "Every Element Has HREF Link Confirm every element with data attribute has a href link", + "filename": "docs/recipes/every-element-has-href.md", + "created": "2023-10-19T13:36:49.000Z", + "url": "https://glebbahmutov.com/cypress-examples/recipes/every-element-has-href.html" + }, { "title": "Built-in Existence Assertion Empty jQuery element", "filename": "docs/recipes/existence-assertion.md",