hotfix: fixed bug where navigating from one record to another, then hitting the 'e' button goes to the edit screen for the previous record

This commit is contained in:
Tim Chamberlain
2023-08-17 16:13:50 -05:00
parent 53d5bc58c1
commit 5aac9ce069
6 changed files with 231 additions and 22 deletions

View File

@ -75,6 +75,8 @@ public class QBaseSeleniumTest
.withRouteToFile("/metaData/authentication", "metaData/authentication.json")
.withRouteToFile("/metaData/table/person", "metaData/table/person.json")
.withRouteToFile("/metaData/table/city", "metaData/table/person.json")
.withRouteToFile("/metaData/table/script", "metaData/table/script.json")
.withRouteToFile("/metaData/table/scriptRevision", "metaData/table/scriptRevision.json")
.withRouteToFile("/processes/querySavedFilter/init", "processes/querySavedFilter/init.json");
}