@@ -100,13 +100,13 @@ public function testRecentNodeBlock() {
$this->assertText($node3->label(),'Node found in block.');
// Check to make sure nodes are in the right order.
$this->assertTrue($this->xpath('//div[@id="block-test-block"]/div/table/tbody/tr[position() = 1]/td/div/a[text() = "'.$node3->label().'"]'),'Nodes were ordered correctly in block.');
$this->assertTrue($this->xpath('//div[@id="block-test-block"]//table/tbody/tr[position() = 1]/td/a[text() = "'.$node3->label().'"]'),'Nodes were ordered correctly in block.');