mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
attempt to fix seleniums
This commit is contained in:
@ -64,8 +64,6 @@ public class ScriptTableTest extends QBaseSeleniumTest
|
|||||||
qSeleniumLib.waitForSelectorContaining("DIV.ace_line", "var hello;");
|
qSeleniumLib.waitForSelectorContaining("DIV.ace_line", "var hello;");
|
||||||
qSeleniumLib.waitForSelectorContaining("DIV", "2nd commit");
|
qSeleniumLib.waitForSelectorContaining("DIV", "2nd commit");
|
||||||
qSeleniumLib.waitForSelectorContaining("DIV", "Initial checkin");
|
qSeleniumLib.waitForSelectorContaining("DIV", "Initial checkin");
|
||||||
|
|
||||||
qSeleniumLib.waitForever();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
"id": "100",
|
"id": "100",
|
||||||
"name": "Hello, Script Revision",
|
"name": "Hello, Script Revision",
|
||||||
"sequenceNo": "22",
|
"sequenceNo": "22",
|
||||||
|
"commitMessage": "Initial checkin",
|
||||||
|
"author": "Jon Programmer",
|
||||||
"createDate": "2023-02-18T00:47:51Z",
|
"createDate": "2023-02-18T00:47:51Z",
|
||||||
"modifyDate": "2023-02-18T00:47:51Z"
|
"modifyDate": "2023-02-18T00:47:51Z"
|
||||||
},
|
},
|
||||||
@ -15,5 +17,20 @@
|
|||||||
"sequenceNo": "22",
|
"sequenceNo": "22",
|
||||||
"createDate": "2023-02-18T00:47:51Z",
|
"createDate": "2023-02-18T00:47:51Z",
|
||||||
"modifyDate": "2023-02-18T00:47:51Z"
|
"modifyDate": "2023-02-18T00:47:51Z"
|
||||||
|
},
|
||||||
|
"associatedRecords": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"tableName": "scriptRevisionFile",
|
||||||
|
"values": {
|
||||||
|
"id": 101,
|
||||||
|
"fileName": "Script.js",
|
||||||
|
"contents": "var hello;",
|
||||||
|
"scriptRevisionId": 100,
|
||||||
|
"createDate": "2023-06-23T21:59:57Z",
|
||||||
|
"modifyDate": "2023-06-23T21:59:57Z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user