* [skip ci] Stabilize testcases, clean reporting for nighly unstables

* [skip ci] Better output naming

* [skip ci] Fix testcase failure fatal condition

* [skip ci] Make linter happy

* [skip ci] Revert global beforeEach change

* [skip ci] Fix workflow file, skip unstable tests

* [skip ci] Fix testcase_failure_fatal templating
Этот коммит содержится в:
Mario Vitale
2024-12-13 21:44:25 +01:00
коммит произвёл GitHub
родитель 8b8d0a0a09
Коммит 70b14c37c7
5 изменённых файлов: 15 добавлений и 5 удалений

Просмотреть файл

@@ -27,6 +27,11 @@ describe('Integrations', () => {
});
});
beforeEach(() => {
// Ensure that the user is set to 'online' before starting each testcase
cy.apiUpdateUserStatus('online');
});
it('I18456 Built-in slash commands: change user status via post', () => {
cy.apiSaveMessageDisplayPreference('compact');
cy.visit(offTopicUrl);