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 c6b7fa7 commit 46e1750Copy full SHA for 46e1750
resources/testharness.js
@@ -494,7 +494,7 @@
494
ShellTestEnvironment.prototype.next_default_test_name = function() {
495
var suffix = this.name_counter > 0 ? " " + this.name_counter : "";
496
this.name_counter++;
497
- return "Untitled" + suffix;
+ return get_title() + suffix;
498
};
499
500
ShellTestEnvironment.prototype.on_new_harness_properties = function() {};
0 commit comments