Adds CASH-1187 tag and comment for test.
Adds a tag to the heavy truck test case and a comment to App.vue. The tag is for tracking purposes. The comment is for testing. Relates to CASH-1187
This commit is contained in:
parent
9687529d5e
commit
1689088fdf
2 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const heavyTruckTests: ITestCase[] = [];
|
|||
|
||||
const tc: ITestCase = {
|
||||
name: `alert0001 Heavy Truck`,
|
||||
tags: ['@Alert', '@HeavyTruck', '@test_report'],
|
||||
tags: ['@Alert', '@HeavyTruck', '@test_report', '@CASH-1187'],
|
||||
testData: heavyTruckData
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ window.onerror = (msg, url, line, col, error) => {
|
|||
|
||||
// If you return true, then error alerts (like in older versions of
|
||||
// Internet Explorer) will be suppressed.
|
||||
// Additonal comment for test
|
||||
var suppressErrorAlert = true;
|
||||
return suppressErrorAlert;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue