Skip to content

Commit 8190030

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent faecb90 commit 8190030

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/public/components/warnings.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const {
2222
module.exports = () => {
2323
let page;
2424
let browser;
25-
const navTabSelector = 'a.btn-tab[id]'; // ALI FLP doesn't have an id, nor a functional href, hence why it is excluded like this
2625

2726
before(async () => {
2827
[page, browser] = await defaultBefore();

0 commit comments

Comments
 (0)