Skip to content

Commit 94d983a

Browse files
committed
Renable long skipped test
1 parent 2029555 commit 94d983a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

test/model_test.dart

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -461,17 +461,10 @@ void main() {
461461

462462
test('links to a top-level variable with a prefix from an imported lib',
463463
() {
464-
expect(docsAsHtml,
465-
contains('<a href="">css.theOnlyThingInTheLibrary</a>'));
466-
},
467-
skip:
468-
'Wait for https://github.com/dart-lang/dartdoc/issues/767 to be fixed');
469-
470-
// remove this test when the above test is fixed. just here to
471-
// track when the behavior changes
472-
test('codeifies a prefixed top-level variable an imported lib', () {
473464
expect(
474-
docsAsHtml, contains('<code>css.theOnlyThingInTheLibrary</code>'));
465+
docsAsHtml,
466+
contains(
467+
'<p>Reference to prefixed-name from another lib <code>css.theOnlyThingInTheLibrary</code> xx</p>'));
475468
});
476469

477470
test('links to a name with a single underscore', () {

0 commit comments

Comments
 (0)