Merge pull request #223 from marcgabe15/marcdiaz/e2e
E2E Testing with Playwright
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type TestId = `gif-size-button-${string}` | "export-button" | `gif-format-button`;
|
||||
|
||||
export function getTestId(testId: TestId) {
|
||||
return `testId-${testId}`;
|
||||
}
|
||||
Reference in New Issue
Block a user