summaryrefslogtreecommitdiffstats
path: root/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
blob: da83cc3935f8088840f0911c89857d23681afac2 (plain) (blame)
1
2
3
4
5
6
namespace IOL.GreatOffice.IntegrationTests.Helpers;

public static class Element
{
	public static string ByName(string name) => $"[pw-name='{name}']";
}