mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 01:15:49 +00:00
test(cypress): excel import using URL
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
16
scripts/cypress/fixtures/sampleFiles/iFrame.html
Normal file
16
scripts/cypress/fixtures/sampleFiles/iFrame.html
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
<!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>
|
||||
|
||||
Reference in New Issue
Block a user