mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 20:15:52 +01:00
Split anonymous access e2e tests into separate files
This commit is contained in:
@@ -34,7 +34,7 @@ export const createAttributesForTesting = (testId?: string) => {
|
||||
};
|
||||
|
||||
const normalizeTestId = (testId: string) => {
|
||||
let id = testId;
|
||||
let id = testId.toLowerCase();
|
||||
while (id.includes(" ")) {
|
||||
id = id.replace(" ", "-");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user