Rename test selection -> selectionBackground

This commit is contained in:
Daniel Imms
2022-07-29 10:35:48 -07:00
parent 9cb25fbf06
commit 906a6fc558
@@ -832,7 +832,7 @@ describe('WebGL Renderer Integration Tests', async () => {
});
});
describe('selection', async () => {
describe('selectionBackground', async () => {
if (areTestsEnabled) {
before(async () => setupBrowser());
after(async () => browser.close());