From 86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 10 Oct 2022 00:34:49 +0800 Subject: refactor: Small structure changes --- code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs (limited to 'code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs') 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}']"; +} -- cgit v1.3