Skip to content
Snippets Groups Projects
Commit a8a94e4d authored by paf's avatar paf
Browse files

fix e2e-test

by giving systemAnnouncement a starting value
parent 722eca4c
No related branches found
No related tags found
No related merge requests found
Pipeline #18870 passed with warnings
......@@ -115,7 +115,7 @@ new_version = _increment_version(old_version)
_update_version_in_file(new_version)
_run_software()
try:
_run_tests()
_run_tests() # TODO continues even if it fails!
except subprocess.SubprocessError:
_stop_software()
_undo_version_update_in_files()
......
......@@ -26,7 +26,7 @@ export class LoginComponent implements OnInit, OnDestroy {
pw: new FormControl('')
});
systemAnnouncement: string;
systemAnnouncement: string = '-';
constructor(
public mds: MainDataService,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment