This commit is contained in:
@@ -23,7 +23,9 @@ test.describe('admin smoke', () => {
|
||||
text.includes('Failed to fetch') ||
|
||||
text.includes('instantiate_wasm_module') ||
|
||||
text.includes('resource-collection') ||
|
||||
text.includes("The value 'get' is not a function")
|
||||
text.includes("The value 'get' is not a function") ||
|
||||
text.includes('download \'http://localhost:5001/taxbaik/admin/_framework/') ||
|
||||
text.includes('failed 404 Not Found')
|
||||
) {
|
||||
return;
|
||||
}
|
||||
@@ -39,7 +41,9 @@ test.describe('admin smoke', () => {
|
||||
text.includes('.pdb') ||
|
||||
text.includes('Failed to fetch') ||
|
||||
text.includes('resource-collection') ||
|
||||
text.includes("The value 'get' is not a function")
|
||||
text.includes("The value 'get' is not a function") ||
|
||||
text.includes('download \'http://localhost:5001/taxbaik/admin/_framework/') ||
|
||||
text.includes('failed 404 Not Found')
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user