diff --git a/atest/acceptance/locators/locator_parsing.robot b/atest/acceptance/locators/locator_parsing.robot
index 3f13561cb..eca57d054 100644
--- a/atest/acceptance/locators/locator_parsing.robot
+++ b/atest/acceptance/locators/locator_parsing.robot
@@ -14,6 +14,11 @@ xpath with // and without prefix should work
xpath with (// and without prefix should work
Page Should Contain Element (//div[@id="div_id"]/a)[1]
+Locator with with data prefix
+ Page Should Contain Element data:id:my_id
+ Page Should Contain Element data:automation:my_automation_id
+ Page Should Not Contain Element data:non_existent:some_random_id
+
Locator without prefix
Page Should Contain Element div_id
diff --git a/atest/resources/html/links.html b/atest/resources/html/links.html
index bf38d6a4c..bfde01584 100644
--- a/atest/resources/html/links.html
+++ b/atest/resources/html/links.html
@@ -36,9 +36,10 @@
Link
-