Let's try another fix for this smoke test
This commit is contained in:
parent
fb23f8f54c
commit
55b37d3948
|
@ -126,7 +126,7 @@ page.runTests = function(){
|
||||||
});
|
});
|
||||||
|
|
||||||
test("has details",function(){
|
test("has details",function(){
|
||||||
return $('#poster-expansion .bio').length === 1;
|
return $('#poster-expansion .names').length === 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
|
Loading…
Reference in New Issue