import FixtureSet from '../../FixtureSet'; import TestCase from '../../TestCase'; import PasswordTestCase from './PasswordTestCase'; const React = window.React; function NumberInputs() { return (
  • Type any string (not an actual password)
  • The field should include the "unmasking password" icon.
    ); } export default NumberInputs;