We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183518c commit 2452a48Copy full SHA for 2452a48
test/jasmine/tests/config_test.js
@@ -385,6 +385,12 @@ describe('config argument', function() {
385
.then(done, done.fail);
386
});
387
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
+
394
it('should make x axes labels editable', function(done) {
395
initPlot('axisTitleText')
396
.then(checkIfEditable('g-xtitle', 'Click to enter X axis title'))
0 commit comments