docs: fix lint error
This commit is contained in:
parent
15bac3915e
commit
75d64d60ca
|
|
@ -392,7 +392,7 @@ public class ExampleTest : PageTest
|
||||||
TestContext.CurrentContext.WorkDirectory,
|
TestContext.CurrentContext.WorkDirectory,
|
||||||
"playwright-traces",
|
"playwright-traces",
|
||||||
$"{TestContext.CurrentContext.Test.ClassName}.{TestContext.CurrentContext.Test.Name}.zip"
|
$"{TestContext.CurrentContext.Test.ClassName}.{TestContext.CurrentContext.Test.Name}.zip"
|
||||||
)
|
) : null,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -439,7 +439,7 @@ public class ExampleTest : PageTest
|
||||||
Environment.CurrentDirectory,
|
Environment.CurrentDirectory,
|
||||||
"playwright-traces",
|
"playwright-traces",
|
||||||
$"{TestContext.FullyQualifiedTestClassName}.{TestContext.TestName}.zip"
|
$"{TestContext.FullyQualifiedTestClassName}.{TestContext.TestName}.zip"
|
||||||
)
|
) : null,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue