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
Loading
......@@ -86,10 +86,10 @@ class AttachmentE2EItem {
class LoadingErrorAttachmentE2EItem {
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) {
this.root = convertToDataTestId(this.fileName) + this.attachmentSuffixLocattor;
this.root = convertToDataTestId(this.fileName) + this.attachmentSuffix;
}
public getRoot() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment