mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Convert the integration
test-files to JavaScript modules
This commit is contained in:
parent
33456d3704
commit
9878d058fe
9 changed files with 83 additions and 68 deletions
|
@ -13,16 +13,16 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
const {
|
||||
import {
|
||||
clearInput,
|
||||
closePages,
|
||||
getSelector,
|
||||
getQuerySelector,
|
||||
getComputedStyleSelector,
|
||||
loadAndWait,
|
||||
getFirstSerialized,
|
||||
getQuerySelector,
|
||||
getSelector,
|
||||
loadAndWait,
|
||||
scrollIntoView,
|
||||
} = require("./test_utils.js");
|
||||
} from "./test_utils.mjs";
|
||||
|
||||
describe("Interaction", () => {
|
||||
async function actAndWaitForInput(page, selector, action, clear = true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue