[Feature] - Add frontend testing script for onprem

This commit is contained in:
lalitdeore12@gmail.com
2025-02-20 18:45:05 +05:30
parent 05880a04b3
commit 2d00444a5a
8 changed files with 377 additions and 3 deletions
+1
View File
@@ -186,6 +186,7 @@ const App = (message, props) => {
color: "rgba(255, 255, 255, 0.65)",
minHeight: "100vh",
}}
className='parent-component'
>
<ScrollToTop
getUserNotifications={getUserNotifications}
+2
View File
@@ -298,6 +298,7 @@ const EditWorkflow = (props) => {
<Button
variant="contained"
style={{}}
id="save_workflow_button"
disabled={name.length === 0 || submitLoading === true}
onClick={() => {
setSubmitLoading(true)
@@ -402,6 +403,7 @@ const EditWorkflow = (props) => {
label="Name"
autoFocus
fullWidth
id="Enter-Workflow-Name"
/>
<div style={{ display: "flex", marginTop: 10, }}>
+1
View File
@@ -477,6 +477,7 @@ const LoginDialog = (props) => {
variant="contained"
type="submit"
style={{ flex: "1" }}
id="loginButton"
disabled={!handleValidateForm() || loginLoading}
>
{loginLoading ? (
+1
View File
@@ -4601,6 +4601,7 @@ const Workflows2 = (props) => {
variant="contained"
color="primary"
onClick={handleCreateWorkflow}
id="create_workflow_button"
style={{
borderRadius: 4,
flex: 0.8,