mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
CE-740 Actually ran test to get h3 & h5's right
This commit is contained in:
@ -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.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 //
|
||||
@ -119,7 +119,7 @@ public class SavedFiltersTest extends QBaseSeleniumTest
|
||||
// click into a view screen //
|
||||
//////////////////////////////
|
||||
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 //
|
||||
@ -158,7 +158,7 @@ public class SavedFiltersTest extends QBaseSeleniumTest
|
||||
// click into a view screen //
|
||||
//////////////////////////////
|
||||
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 //
|
||||
|
Reference in New Issue
Block a user