Skip to content

Commit 2452a48

Browse files
committed
add config test for editable subtitle
1 parent 183518c commit 2452a48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/jasmine/tests/config_test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@ describe('config argument', function() {
385385
.then(done, done.fail);
386386
});
387387

388+
it('should make subtitles editable', function(done) {
389+
initPlot('titleText')
390+
.then(checkIfEditable('gtitle-subtitle', 'Click to enter Plot subtitle'))
391+
.then(done, done.fail);
392+
});
393+
388394
it('should make x axes labels editable', function(done) {
389395
initPlot('axisTitleText')
390396
.then(checkIfEditable('g-xtitle', 'Click to enter X axis title'))

0 commit comments

Comments
 (0)