Skip to content
Snippets Groups Projects
Commit 38832fd4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-768 change kommentar element selectors

parent 16967979
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ describe('Kommentar attachments', () => {
describe('Delete attachements', () => {
it('should delete attachments', () => {
kommentarContainer.getKommentarList().click();
kommentarContainer.getKommentar(kommentarText).getRoot().click();
waitForSpinnerToDisappear();
attachmentList.getItem(TEST_FILE_WITH_CONTENT).getDeleteButton().click();
......@@ -126,7 +126,7 @@ describe('Kommentar attachments', () => {
describe('Download Kommentar attachments', () => {
it('should upload attachment', () => {
kommentarContainer.getKommentarList().click();
kommentarContainer.getKommentar(kommentarText).getRoot().click();
waitForSpinnerToDisappear();
uploadFile(attachmentContainer.getUploadInput(), TEST_FILE_WITH_CONTENT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment