Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Fixed UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-qayyum-khan committed Sep 11, 2015
1 parent a8cead8 commit 421887c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/jstests/test_manage_taxonomies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1953,9 +1953,9 @@ define(['QUnit', 'jquery', 'manage_taxonomies', 'react',
);
var inputVocabularyName = inputNodes[0];
var inputVocabularyDesc = inputNodes[1];
//Test for user made changes on edit mode and try exit
// panel without save. Assert that he will get message to save
// changes or cancel edit mode.
// Test for user made changes on edit mode and try exit
// panel without saving changes. Assert that he will get a warning
// message to save changes or cancel edit mode.
React.addons.TestUtils.Simulate.change(
inputVocabularyName, {target: {value: "TestA"}}
);
Expand Down

0 comments on commit 421887c

Please sign in to comment.