Skip to content
Snippets Groups Projects
Unverified Commit 50de2e76 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏) Committed by GitHub
Browse files

test: MkAd play

parent 40c5699d
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ const common = {
template: '<MkAd v-bind="props" />',
};
},
/* FIXME: disabled because it still didn’t pass after applying #11267
async play({ canvasElement, args }) {
if (lock) {
console.warn('This test is unexpectedly running twice in parallel, fix it!');
......@@ -77,6 +78,7 @@ const common = {
lock = undefined;
}
},
*/
args: {
prefer: [],
specify: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment