test: cover MP4 editor exports
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export type TestId = `gif-size-button-${string}` | "export-button" | `gif-format-button`;
|
||||
export type TestId =
|
||||
| `gif-size-button-${string}`
|
||||
| "export-button"
|
||||
| "export-panel-button"
|
||||
| "gif-format-button"
|
||||
| "mp4-format-button";
|
||||
|
||||
export function getTestId(testId: TestId) {
|
||||
return `testId-${testId}`;
|
||||
|
||||
Reference in New Issue
Block a user