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

OZG-6956 update tests

parent dffb63ca
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ describe('Vorgang Zusammenarbeit externe Stelle anfragen', () => {
zusammenarbeitContainer.messageScrollbarIsPresent();
});
it.skip('should show title and message, show snackbar, and remove buttons after sending', () => {
it('should show title and message, show snackbar, and remove buttons after sending', () => {
zusammenarbeitContainer.sendAnfrage();
notExist(zusammenarbeitContainer.getSendButton());
......
......@@ -148,7 +148,7 @@ describe('Vorgang Zusammenarbeit öffentliche Stelle anfragen', () => {
zusammenarbeitContainer.messageScrollbarIsPresent();
});
it.skip('should show title and message, show snackbar, and remove buttons after sending', () => {
it('should show title and message, show snackbar, and remove buttons after sending', () => {
zusammenarbeitContainer.sendAnfrage();
//wait(5000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment