Auto-tools/Automation Development/Meetings/130812: Difference between revisions
< Auto-tools | Automation Development | Meetings
Jump to navigation
Jump to search
Mario.garbi (talk | contribs) (Created page with "<small>previous meeting | Meetings | [[Auto-tools/Automation_Development/M...") |
Mario.garbi (talk | contribs) |
||
Line 45: | Line 45: | ||
= Softvision Updates = | = Softvision Updates = | ||
== Desktop Automation == | == Desktop Automation == | ||
* Goals progress: | * Goals progress: Mozmill 2.0 releases | ||
* | |||
* Fixed: | |||
** {{bug|874394}} - Test failure in '/testAwesomeBar/testPasteLocationBar.js' due to the urlbar-container not being found | |||
** {{bug|874395}} - Test failure in /testPopups/testPopupsBlocked.js due to the tab browser element not found | |||
** {{bug|861520}} - Test failure "Timeout exceeded for waitForElement ID: useSSL3" in testPreferences/testDefaultSecurityPrefs.js | |||
** {{bug|894400}} - Failure 'Disconnect Error: Application unexpectedly closed' in /testAwesomeBar/testGoButton.js | |||
* Working on: | |||
** Andreea | |||
*** {{bug|871441}} - Focus inside the select method is not set properly on the menulist | |||
*** {{bug|888924}} - Test failure "Memory cache has no entries after PB mode - 'undefined' should equal '0'" in /testPrivateBrowsing/testAboutCache.js | |||
** Cosmin | |||
*** {{bug|888182}} - Failure 'controller.waitForPageLoad(): Timeout waiting for page loaded.' in /testSecurity/testSafeBrowsingNotificationBar.js | |||
*** {{bug|879953}} - Remove Lookup methods and Xpath elements from lib/toolbars.js | |||
*** {{bug|833745}} - Mozmill test for installing and uninstalling a soft-blocklisted extension | |||
** Mario | |||
***{{bug|790173}} - Test failure 'Timeout exceeded for waitForElement ID: url' in /testSecurity/testSafeBrowsingNotificationBar.js | |||
***{{bug|835296}} - Add test that installs an addon with EULA directly from addons.mozilla.org | |||
***{{bug|856541}} - Failure "Disconnect Error: Application unexpectedly closed" in /testPreferences/testEnableCookies.js and testDisableCookies.js | |||
***{{bug|840022}} - Test failure "The forward button has been made visible for the 1 page" in testToolbars/testBackForwardButtons.js | |||
***{{bug|894269}} - Test failure "Selected category has been loaded." in /testAddons_installUninstallHardBlocklistedExtension/test2.js | |||
** Andrei | |||
***{{bug|818128}} - [zh-TW] Failure in testAwesomeBar/testVisibleItemsMax.js | Number of visible rows should equal 6 | |||
***{{bug|883860}} - Create metro mozmill test for Pop-up blocker | |||
{| border="1" cellpadding="2" align="center" | |||
|+<b> Waiting for review/Feedback/Need info</b> | |||
| <b>Bug number</b> || <b>Status</b> || <b>Requestee</b> || <b>Requester</b> || <b>Bug Subject</b> | |||
|- | |||
| {{bug|489474}} || Review || Henrik || Andreea || Write automated tests for user generated video controls | |||
|- | |||
| {{bug|800872}} || Review || Henrik || Andreea || Test failure "Window number '1' has been opened" in endurance/testTabbedBrowsing_OpenNewWindow/test1.js | |||
|- | |||
| {{bug|758187}} || Review || Henrik/Dave || Andreea || Write a new mozmill test for checking location sharing - OS X special case | |||
|- | |||
| {{bug|786306}} || Review || Henrik || Mario || Restart tests logic | |||
|- | |||
| {{bug|838192}} [[https://github.com/mozilla/mozmill-dashboard/pull/50 Pull Request]] || Review || Henrik/Dave || Andrei || Add screenshot functionality to assertion module | |||
|- | |||
| {{bug|599290}} || Feedback || Henrik || Cosmin || Update SoftwareUpdateAPI to support complete relocation to the about dialog | |||
|- | |||
| {{bug|898378}} || Needinfo || Masayuki Nakano || Andrei || Mutt test failure "keypress() with pressed shift key succeeded. - '' should equal 'F'" in "mutt/mutt/tests/js/controller/synthesize_events.js" | |||
|- | |||
| {{bug|880426}} || Review || Dave/Henrik || Andrei || Enhance Mozelement with touch events | |||
|- | |||
| {{bug|900911}} || Review || Dave/Henrik/Andreea || Andrei || Test failure 'Active tab url should equal the page url' in /testAwesomeBar/testSwitchToTab.js | |||
|- | |||
| {{bug|886811}} || Review || Dave/Henrik || Andrei || Use controller.restartApplication() or controller.stopApplication() instead of controller.startUserShutdown() for mozmill-2.0 | |||
|} | |||
== Mobile (Robocop) == | == Mobile (Robocop) == | ||
* Goals progress: | * Goals progress: |
Revision as of 08:19, 8 August 2013
previous meeting | Meetings | next meeting »
Dial in
# When: Every Monday at 8:45am PDT/PST # Vidyo: https://v.mozilla.com/flex.html?roomdirect.html&key=PGtLpx3XQGJz # Phone: 650-903-0800 or 650-215-1282 x92 Conf# 9654 (US/INTL) # 1-800-707-2533 (pin 369) Conf# 9654 (US) # IRC: irc://irc.mozilla.org:6697/#automation # IRC logs: http://irclog.gr/#browse/irc.mozilla.org/automation
General
- Attendees:
- TBD
- Chair: TBD
- Notes: TBD
Last Weeks Action Items
- [DONE] %name%: %task%
Highlights
- [%name%] %highlight%
- New blockers, any updates?
- %new blockers%
- You can find all blockers here: http://bit.ly/Tph0NY
Roundtable
- TBD
Goals Overview
Project Updates
Gaia UI (Dave)
- Goals progress:
- TBD
WebAPI (Rob)
- Goals progress:
- TBD
WebRTC (Henrik)
- Goals progress:
- TBD
Games Benchmarking (Rob, Joel, BC)
- Goals progress:
- TBD
Softvision Updates
Desktop Automation
- Goals progress: Mozmill 2.0 releases
- Fixed:
- bug 874394 - Test failure in '/testAwesomeBar/testPasteLocationBar.js' due to the urlbar-container not being found
- bug 874395 - Test failure in /testPopups/testPopupsBlocked.js due to the tab browser element not found
- bug 861520 - Test failure "Timeout exceeded for waitForElement ID: useSSL3" in testPreferences/testDefaultSecurityPrefs.js
- bug 894400 - Failure 'Disconnect Error: Application unexpectedly closed' in /testAwesomeBar/testGoButton.js
- Working on:
- Andreea
- bug 871441 - Focus inside the select method is not set properly on the menulist
- bug 888924 - Test failure "Memory cache has no entries after PB mode - 'undefined' should equal '0'" in /testPrivateBrowsing/testAboutCache.js
- Cosmin
- bug 888182 - Failure 'controller.waitForPageLoad(): Timeout waiting for page loaded.' in /testSecurity/testSafeBrowsingNotificationBar.js
- bug 879953 - Remove Lookup methods and Xpath elements from lib/toolbars.js
- bug 833745 - Mozmill test for installing and uninstalling a soft-blocklisted extension
- Mario
- bug 790173 - Test failure 'Timeout exceeded for waitForElement ID: url' in /testSecurity/testSafeBrowsingNotificationBar.js
- bug 835296 - Add test that installs an addon with EULA directly from addons.mozilla.org
- bug 856541 - Failure "Disconnect Error: Application unexpectedly closed" in /testPreferences/testEnableCookies.js and testDisableCookies.js
- bug 840022 - Test failure "The forward button has been made visible for the 1 page" in testToolbars/testBackForwardButtons.js
- bug 894269 - Test failure "Selected category has been loaded." in /testAddons_installUninstallHardBlocklistedExtension/test2.js
- Andrei
- bug 818128 - [zh-TW] Failure in testAwesomeBar/testVisibleItemsMax.js | Number of visible rows should equal 6
- bug 883860 - Create metro mozmill test for Pop-up blocker
- Andreea
Bug number | Status | Requestee | Requester | Bug Subject |
bug 489474 | Review | Henrik | Andreea | Write automated tests for user generated video controls |
bug 800872 | Review | Henrik | Andreea | Test failure "Window number '1' has been opened" in endurance/testTabbedBrowsing_OpenNewWindow/test1.js |
bug 758187 | Review | Henrik/Dave | Andreea | Write a new mozmill test for checking location sharing - OS X special case |
bug 786306 | Review | Henrik | Mario | Restart tests logic |
bug 838192 [Pull Request] | Review | Henrik/Dave | Andrei | Add screenshot functionality to assertion module |
bug 599290 | Feedback | Henrik | Cosmin | Update SoftwareUpdateAPI to support complete relocation to the about dialog |
bug 898378 | Needinfo | Masayuki Nakano | Andrei | Mutt test failure "keypress() with pressed shift key succeeded. - should equal 'F'" in "mutt/mutt/tests/js/controller/synthesize_events.js" |
bug 880426 | Review | Dave/Henrik | Andrei | Enhance Mozelement with touch events |
bug 900911 | Review | Dave/Henrik/Andreea | Andrei | Test failure 'Active tab url should equal the page url' in /testAwesomeBar/testSwitchToTab.js |
bug 886811 | Review | Dave/Henrik | Andrei | Use controller.restartApplication() or controller.stopApplication() instead of controller.startUserShutdown() for mozmill-2.0 |
Mobile (Robocop)
- Goals progress:
- TBD
Personal Status
For the personal status please check the weekly status updates:
Meeting Notes
The meeting notes for this meeting can be read in the following etherpad:
Action items
- [NEW] %name%: %task%