Skip to content

Commit 39671aa

Browse files
committed
Flag functional tests as spectron
1 parent 3838c56 commit 39671aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compass-functional.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var DOCUMENTS = [
2020
{ 'name': 'Beacon' }
2121
];
2222

23-
describe('Compass', function() {
23+
describe('Compass #spectron', function() {
2424
this.slow(30000);
2525
this.timeout(60000);
2626
var app = null;

0 commit comments

Comments
 (0)