| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
function sequentialPromiseTest(testFunction, name) {Do you need `sequentialPromiseTest`? `promise_test` is already sequential; see https://web-platform-tests.org/writing-tests/testharness-api.html#promise-tests .
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
function sequentialPromiseTest(testFunction, name) {Do you need `sequentialPromiseTest`? `promise_test` is already sequential; see https://web-platform-tests.org/writing-tests/testharness-api.html#promise-tests .
Right, using promise_test directly makes the popup open/close subtests run sequentially.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |