public function testFindRow()
    {
        $accessor = $this->api->findRow('');

        $this->assertInstanceOf('Behat\SahiClient\Accessor\Table\RowAccessor', $accessor);
    }