public function testFindCell()
    {
        $accessor = $this->api->findCell('');

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