You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
00.coo_incidents_e2e
- the created alert name is different for every test
- improved test name and logging
01.incidents.cy.ts
- improved test names and logging
- merged test 5 and 6 together
- added toggling the button in test 1
commands.ts
- command for logging when using cy.waitUntil
incident-page.ts
- more stable lookup for the alert bars
constALERT_DESC='This is an alert meant to ensure that the entire alerting pipeline is functional. This alert is always firing, therefore it should always be firing in Alertmanager and always fire against a receiver. There are integrations with various notification mechanisms that send a notification when this alert is not firing. For example the "DeadMansSnitch" integration in PagerDuty.'
33
33
constALERT_SUMMARY='An alert that should always be firing to certify that Alertmanager is working properly.'
34
-
describe('Incidents',()=>{
34
+
describe('BVT: Incidents - UI',()=>{
35
35
before(()=>{
36
36
cy.afterBlockCOO(MCP,MP);// Following cypher best practices, the cleanup is done before the test block
37
37
cy.beforeBlockCOO(MCP,MP);
@@ -49,37 +49,53 @@ describe('Incidents', () => {
49
49
commonPages.titleShouldHaveText('Incidents');
50
50
});
51
51
52
-
it('renders toolbar and toggle charts button',()=>{
0 commit comments