Tests: Add test for missing view

Change-Id: Ic70f056ed0ca0dd1a7dfb7cfd1bf2803d2725fcd
This commit is contained in:
Vsevolod Fedorov 2023-01-17 12:53:32 +03:00
parent fbd53732b3
commit 5b0e350560
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
Failed to find suitable template named 'view-2'

View File

@ -0,0 +1,11 @@
# When project includes view which is never declared, it issues an error.
- view-template:
name: view-1
view-type: all
- project:
name: sample-project
views:
- view-1
- view-2