TemplateStudio icon indicating copy to clipboard operation
TemplateStudio copied to clipboard

Test for inconsistent Groups and DisplayOrder in Templates

Open mvegaca opened this issue 6 years ago • 0 comments

Low priority

Working on templates if seen that in some groups there are different pages with same DisplayOrder, i.e:

ApplicationLaunching

  • 3DLauncher with displayOrder 1.
  • DeepLinking with displayOrder 1.
  • UserActivity with displayOrder 1.
  • WebToAppLink with displayOrder 1.

We should add a test to check:

  • All templates with the same groupIdentity has the same wts.group and wts.displayOrder.
  • All templates with the same wts.group and different groupIdentity has different wts.displayOrder.

mvegaca avatar Dec 19 '18 14:12 mvegaca