mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Tests/LibWeb: Move LibWeb test frames to their own directory
We currently have a handful of iframe tests whose sources are in the "input" directory. This means they get run as their own tests, when they are really just helper files. We've had to add empty test expectation files for these "tests", and invoke a dummy test() method just to keep the test runner happy. Instead, move them to their own directory so the test runner does not see them at all.
This commit is contained in:
parent
f77e91e0f0
commit
e030193e5f
14 changed files with 30 additions and 50 deletions
|
@ -21,8 +21,8 @@
|
|||
}
|
||||
});
|
||||
|
||||
await navigateIframe("iframe-test-content-1.html");
|
||||
await navigateIframe("iframe-test-content-2.html");
|
||||
await navigateIframe("../../data/iframe-test-content-1.html");
|
||||
await navigateIframe("../../data/iframe-test-content-2.html");
|
||||
});
|
||||
</script>
|
||||
<iframe id="testIframe" src="about:blank"></iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue