Skip to content
Snippets Groups Projects
Verified Commit 5edc2b30 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-5977 remove locator naming

parent 1979301a
Branches
Tags
1 merge request!74OZG-5977 add multi file upload to wiedervorlagen
...@@ -86,10 +86,10 @@ class AttachmentE2EItem { ...@@ -86,10 +86,10 @@ class AttachmentE2EItem {
class LoadingErrorAttachmentE2EItem { class LoadingErrorAttachmentE2EItem {
private readonly root: string; private readonly root: string;
private readonly attachmentSuffixLocattor: string = '-file-upload-list-item-attachment-upload'; private readonly attachmentSuffix: string = '-file-upload-list-item-attachment-upload';
constructor(private fileName: string) { constructor(private fileName: string) {
this.root = convertToDataTestId(this.fileName) + this.attachmentSuffixLocattor; this.root = convertToDataTestId(this.fileName) + this.attachmentSuffix;
} }
public getRoot() { public getRoot() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment