We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c75d0d commit 570a609Copy full SHA for 570a609
plugins/BotTracking/tests/UI/BotTracking_spec.js
@@ -15,11 +15,6 @@ describe("BotTracking", function () {
15
var generalParams = 'idSite=1&period=day&date=2025-02-02',
16
urlBase = 'module=CoreHome&action=index&' + generalParams;
17
18
- before(function () {
19
- testEnvironment.pluginsToLoad = ['BotTracking', 'AIAgents'];
20
- testEnvironment.save();
21
- });
22
-
23
it('should render AI Assistants > Overview bot detail report', async function () {
24
await page.goto("?" + urlBase + "#?" + generalParams + "&category=AIAgents_AIAssistants&subcategory=General_Overview");
25
await page.waitForNetworkIdle();
0 commit comments