зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1429278
- Follow-up to fix test for case change. r=bustage
CLOSED TREE --HG-- extra : amend_source : 0836e7f40128ca94d3b8961ad1ef4d9f21221d24
This commit is contained in:
Родитель
5e0d50bd97
Коммит
136f27d589
|
@ -44,8 +44,8 @@ add_task(async function test_saveAddress() {
|
|||
// Verify labels
|
||||
is(doc.querySelector("#address-level1-container > span").textContent, "State",
|
||||
"US address-level1 label should be 'State'");
|
||||
is(doc.querySelector("#postal-code-container > span").textContent, "Zip Code",
|
||||
"US postal-code label should be 'Zip Code'");
|
||||
is(doc.querySelector("#postal-code-container > span").textContent, "ZIP Code",
|
||||
"US postal-code label should be 'ZIP Code'");
|
||||
// Input address info and verify move through form with tab keys
|
||||
const keyInputs = [
|
||||
"VK_TAB",
|
||||
|
|
Загрузка…
Ссылка в новой задаче