Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import TaskPopup from '../model/taskPopup.pageModel';
* Verify entity count for both labels 'background-task-filter-add-label' and 'background-task-search-add-label'
* @param page
*/
test.skip('Verify background tasks execution', { tag: ['@mutation', '@incident', '@task', '@filter'] }, async ({ page }) => {
test('Verify background tasks execution', { tag: ['@mutation', '@incident', '@task', '@filter'] }, async ({ page }) => {
const incidentPage = new EventsIncidentPage(page);
const filter = new FiltersPageModel(page);
const search = new SearchPageModel(page);
Expand Down