Arrilot\Widgets\Test\WidgetFactoryTest::testItCanRunReloadableWidgets PHP Method

testItCanRunReloadableWidgets() public method

    public function testItCanRunReloadableWidgets()
    {
        $output = $this->factory->run('testRepeatableFeed');
        $this->assertEquals('<div id="arrilot-widget-container-1" style="display:inline" class="arrilot-widget-container">Feed was executed with $slides = 6' . '<script type="text/javascript">' . 'setTimeout( function() {' . 'var widgetTimer1 = setInterval(function() {' . 'if (window.$) {' . "\$('#arrilot-widget-container-1').load('" . $this->ajaxUrl('TestRepeatableFeed') . "');" . 'clearInterval(widgetTimer1);' . '}' . '}, 100);' . '}, 10000)' . '</script>' . '</div>', $output);
    }