Skip to content

Commit 570a609

Browse files
committed
remove explicit plugin loading from ui tests
1 parent 2c75d0d commit 570a609

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/BotTracking/tests/UI/BotTracking_spec.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ describe("BotTracking", function () {
1515
var generalParams = 'idSite=1&period=day&date=2025-02-02',
1616
urlBase = 'module=CoreHome&action=index&' + generalParams;
1717

18-
before(function () {
19-
testEnvironment.pluginsToLoad = ['BotTracking', 'AIAgents'];
20-
testEnvironment.save();
21-
});
22-
2318
it('should render AI Assistants > Overview bot detail report', async function () {
2419
await page.goto("?" + urlBase + "#?" + generalParams + "&category=AIAgents_AIAssistants&subcategory=General_Overview");
2520
await page.waitForNetworkIdle();

0 commit comments

Comments
 (0)