diff options
Diffstat (limited to 'code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs')
| -rw-r--r-- | code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs b/code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs new file mode 100644 index 0000000..da83cc3 --- /dev/null +++ b/code/api/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}']"; +} |
