fixup! JBR-4875 set proper OS to run ComboBoxTransparentTittleBarTest

(cherry picked from commit 611dcc6475)
This commit is contained in:
Sergey Shelomentsev
2023-03-21 22:13:01 +02:00
committed by jbrbot
parent 1c31ebae86
commit 16ea3fdc11

View File

@@ -12,6 +12,7 @@ import java.awt.event.MouseListener;
/*
* @test
* @key headful
* @requires (os.family == "windows" | os.family == "mac")
* @summary JBR-4875 The test drag&drops a frame which contains an instance of JComboBox and checks that ComboBoxPopup
* does not become detached from its' control. The test performs checking for both cases when
* <code>apple.awt.transparentTitleBar</code> is not set and it is set to <code>true</code>.