documoto / testing

0 stars 0 forks source link

Extend Print Settings to include part columns #58

Closed melissabruckner closed 2 years ago

melissabruckner commented 2 years ago

Related to https://github.com/documoto/enterprise/issues/1749

AlexKldnski commented 2 years ago

PR: https://github.com/documoto/rocket/pull/1346

The code is added into "it creates print setting" block that adds an extra item into "Parts Pages" / "Part Columns" section list, then it saves changes, then it verifies part columns elements list length matches selected items list length in the "Add Categories" dropdown list, then it verifies elements names' values match each other in those lists.

Another "it" block - "edit a print setting" - has got a code that deletes the last item from "Parts Pages" / "Part Columns" section list, then it saves changes, then it verifies deleted item is not in the list anymore.