Skip to content
Snippets Groups Projects
Commit 9454e627 authored by Martin's avatar Martin
Browse files

OZG-5977 remove skip

parent 6308c13b
No related branches found
No related tags found
1 merge request!89Ozg 5977 e2 e
......@@ -103,14 +103,14 @@ describe('Kommentar', () => {
kommentarContainer.getFormularSpeichernButton().click();
waitForSpinnerToDisappear();
// exist(kommentarContainer.getKommentar(kommentarText).getUserProfile().getIconContainer().getAssignedIcon());
exist(kommentarContainer.getKommentar(kommentarText).getUserProfile().getIconContainer().getAssignedIcon());
notExist(kommentarContainer.getTextError());
notExist(kommentarContainer.getFormular());
exist(kommentarContainer.getHinzufuegenButton());
exist(kommentarContainer.getKommentar(kommentarText).getRoot());
});
it.skip('should show user profile at kommentar', () => {
it('should show user profile at kommentar', () => {
exist(kommentarContainer.getKommentar(kommentarText).getUserProfile().getIconContainer().getAssignedIcon());
haveText(
kommentarContainer.getKommentar(kommentarText).getUserProfile().getIconContainer().getAssignedIcon(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment