Skip to content

Commit

Permalink
fix(admin-ui): write test for all Gluu custom base UI components #290
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Oct 27, 2021
1 parent e6c76c0 commit 5dcd4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/Apps/Gluu/Tests/GluuAdvancedSearch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import GluuAdvancedSearch from '../GluuAdvancedSearch'
import i18n from '../../../../i18n'
import { I18nextProvider } from 'react-i18next'

it('Should render a required label with internationalized text', () => {
it('Should render two inputs with proper ids', () => {
const PATTERN_ID = 'patternId'
const LIMIT_ID = 'limitId'
const LIMIT =1000;
Expand Down

0 comments on commit 5dcd4b6

Please sign in to comment.