chore: remove useless test case (#2337)

This commit is contained in:
Lu Fei 2023-12-15 21:05:54 -06:00 committed by GitHub
parent 1c5a7013f1
commit 3c08e64162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,10 +81,4 @@ test.describe('Gtag Plugin Tests', () => {
// Tests
expect($docsify.gtag).not.toEqual('');
});
test('data-ga attribute', async ({ page }) => {
pageRequestListened(page);
// TODO
});
});