1
0

CI/CD, localization fixes & fixed scenario overrides (#1)

* - Removed scenario test overrides

* Fixed localization check issue

* Added CI/CD configs

* Updated README
This commit is contained in:
2022-05-19 18:50:02 +03:00
committed by GitHub
parent 3d6e1f2792
commit 08426b9a15
8 changed files with 81 additions and 54 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export default class SandboxOne extends React.Component<ISandboxProps, IStates>
this.setState(newState);
// if (newState.loginError === null && newState.passwordError === null)
if (newState.loginError === null && newState.passwordError === null)
this.props.context.current.OnFinished();
}