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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user