Disable tagsbox test again due to CI failures (#3575)
This commit is contained in:
parent
debe5590f2
commit
721f54fe49
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ describe("Item Tags Box", function () {
|
||||||
|
|
||||||
|
|
||||||
describe("Tag Editing", function () {
|
describe("Tag Editing", function () {
|
||||||
it("should update tag when pressing Enter in textbox", async function () {
|
it.skip("should update tag when pressing Enter in textbox", async function () {
|
||||||
if (!doc.hasFocus()) {
|
if (!doc.hasFocus()) {
|
||||||
// editable-text behavior relies on focus, so we first need to bring the window to the front.
|
// editable-text behavior relies on focus, so we first need to bring the window to the front.
|
||||||
// Not required on all platforms. In some cases (e.g. Linux), the window is at the front from the start.
|
// Not required on all platforms. In some cases (e.g. Linux), the window is at the front from the start.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue