Bug 571280 - [Edge] Workaround failing JUnits with Edge browser
Summary: [Edge] Workaround failing JUnits with Edge browser
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.19   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 538991
Blocks: 575660 571909 573985
  Show dependency tree
 
Reported: 2021-02-18 02:11 EST by Niraj Modi CLA
Modified: 2021-08-27 04:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niraj Modi CLA 2021-02-18 02:11:28 EST
Raising bug to capture open issues discussed in https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/174084

test_LocationListener_then_ProgressListener
test_LocationListener_changed
test_LocationListener_ProgressListener_noExtraEvents
test_LocationListener_changingAndOnlyThenChanged

>> These 4 fail because of internal WebView2 quirks. LocationListener.changed sometimes doesn't fire when using Browser.setText, because setText, strictly speaking, doesn't have a "location".
I plan to fix/emulate it in a later patch.