Bug 1429278 - Follow-up to fix test for case change. r=bustage

CLOSED TREE

--HG--
extra : amend_source : 0836e7f40128ca94d3b8961ad1ef4d9f21221d24
This commit is contained in:
Matthew Noorenberghe 2018-01-22 18:19:01 -08:00
Родитель 5e0d50bd97
Коммит 136f27d589
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",