CE-740 Actually ran test to get h3 & h5's right

This commit is contained in:
2023-11-16 08:33:21 -06:00
parent 90861b33a4
commit 455869c96b

View File

@ -94,7 +94,7 @@ public class SavedFiltersTest extends QBaseSeleniumTest
////////////////////////////// //////////////////////////////
qSeleniumLib.waitForSeconds(1); // wait for the filters menu to fully disappear? if this doesn't work, try a different word to look for... qSeleniumLib.waitForSeconds(1); // wait for the filters menu to fully disappear? if this doesn't work, try a different word to look for...
qSeleniumLib.waitForSelectorContaining("DIV.MuiDataGrid-cell", "jdoe@kingsrook.com").click(); qSeleniumLib.waitForSelectorContaining("DIV.MuiDataGrid-cell", "jdoe@kingsrook.com").click();
qSeleniumLib.waitForSelectorContaining("H3", "Viewing Person: John Doe"); qSeleniumLib.waitForSelectorContaining("H5", "Viewing Person: John Doe");
///////////////////////////////////////////////////// /////////////////////////////////////////////////////
// take breadcrumb back to table query // // take breadcrumb back to table query //
@ -119,7 +119,7 @@ public class SavedFiltersTest extends QBaseSeleniumTest
// click into a view screen // // click into a view screen //
////////////////////////////// //////////////////////////////
qSeleniumLib.waitForSelectorContaining("DIV.MuiDataGrid-cell", "jdoe@kingsrook.com").click(); qSeleniumLib.waitForSelectorContaining("DIV.MuiDataGrid-cell", "jdoe@kingsrook.com").click();
qSeleniumLib.waitForSelectorContaining("H3", "Viewing Person: John Doe"); qSeleniumLib.waitForSelectorContaining("H5", "Viewing Person: John Doe");
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// take breadcrumb back to table query // // take breadcrumb back to table query //
@ -158,7 +158,7 @@ public class SavedFiltersTest extends QBaseSeleniumTest
// click into a view screen // // click into a view screen //
////////////////////////////// //////////////////////////////
qSeleniumLib.waitForSelectorContaining("DIV.MuiDataGrid-cell", "jdoe@kingsrook.com").click(); qSeleniumLib.waitForSelectorContaining("DIV.MuiDataGrid-cell", "jdoe@kingsrook.com").click();
qSeleniumLib.waitForSelectorContaining("H3", "Viewing Person: John Doe"); qSeleniumLib.waitForSelectorContaining("H5", "Viewing Person: John Doe");
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
// take breadcrumb back to table query // // take breadcrumb back to table query //