scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and sort desc is set, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and typeFilter is set to existing types, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and typeFilter is set to a nonexistent type, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and folderFilter is set to existing folders, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and folderFilter is set to a nonexistent folders, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and folderFilter is set to General folder, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and excludeUID is set, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and perPage is 1, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and perPage is 1 and page is 2, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and searchString exists in the description, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and searchString exists in both name and description, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and perPage is 1 and page is 1 and searchString is panel2, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and perPage is 1 and page is 3 and searchString is panel, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to get all library panels and two exist and perPage is 1 and page is 3 and searchString does not exist, it should succeed and the result should be correct",
scenarioWithPanel(t,"When an admin tries to patch a library panel with a folder where a library panel with the same name already exists, it should fail",
testScenario(t,fmt.Sprintf("When %s tries to patch a library panel by moving it to the General folder, it should return correct status",testCase.role),