summaryrefslogtreecommitdiffstats
path: root/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs')
-rw-r--r--tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs b/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
new file mode 100644
index 0000000..da83cc3
--- /dev/null
+++ b/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
@@ -0,0 +1,6 @@
+namespace IOL.GreatOffice.IntegrationTests.Helpers;
+
+public static class Element
+{
+ public static string ByName(string name) => $"[pw-name='{name}']";
+}