visdesignlab / upset2

UpSet - Visualizing Intersecting Sets
https://upset.multinet.app/
BSD 3-Clause "New" or "Revised" License
41 stars 7 forks source link

Move common code in e2e tests to shared file #350

Open NateLanza opened 3 months ago

NateLanza commented 3 months ago

All of the e2e test files (playwright) use the same test.beforeEach function, which should be moved to its own file. There are also a variety of helper functions defined in the various test files, which can be moved to this common file as they may be useful in multiple testing contexts.