Skip to content

Commit

Permalink
profile editor test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Apr 24, 2016
1 parent 60dc546 commit 554cd5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/profileeditor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ describe('Profile editor', function ( ) {
$('#pe_profiles option').length.should.be.equal(1);
$('#pe_profile_add').click();
$('#pe_profiles option').length.should.be.equal(2);
$('#pe_profile_name').val('Test');
$('#pe_profiles option').val('Default');
$('#pe_profiles option').val('Test');
$('#pe_profile_remove').click();
$('#pe_profiles option').length.should.be.equal(1);
$('#pe_profile_clone').click();
Expand Down

0 comments on commit 554cd5f

Please sign in to comment.