Commit b75e03a6 authored by Jose Vargas's avatar Jose Vargas

Update translation files

parent 481d25bf
...@@ -5100,6 +5100,9 @@ msgstr "" ...@@ -5100,6 +5100,9 @@ msgstr ""
msgid "Metrics|No deployed environments" msgid "Metrics|No deployed environments"
msgstr "" msgstr ""
msgid "Metrics|Show Last"
msgstr ""
msgid "Metrics|There was an error fetching the environments data, please try again" msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "" msgstr ""
......
...@@ -138,7 +138,7 @@ describe('Dashboard', () => { ...@@ -138,7 +138,7 @@ describe('Dashboard', () => {
setTimeout(() => { setTimeout(() => {
const dropdownMenuEnvironments = component.$el.querySelectorAll( const dropdownMenuEnvironments = component.$el.querySelectorAll(
'.js-environments-dropdown ul', '.js-environments-dropdown .dropdown-item',
); );
expect(dropdownMenuEnvironments.length).toEqual(0); expect(dropdownMenuEnvironments.length).toEqual(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment