Files
nocodb/scripts/cypress/fixtures/sampleFiles/iFrame.html
Raju Udava 005464ea1c test(cypress): excel import using URL
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-11-19 23:30:17 +05:30

16 lines
253 B
HTML

<!DOCTYPE html>
<html>
<body>
<iframe
class="nc-embed"
src="http://localhost:3000/#/nc/base/7d4b551c-b5e0-41c9-a87b-f3984c21d2c7?embed"
frameborder="0"
width="100%"
height="700"
style="background: transparent; "></iframe>
</body>
</html>