mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
refactor css
This commit is contained in:
@@ -177,7 +177,7 @@ describe('Location.vue', () => {
|
||||
|
||||
test('shows dash placeholder when location is empty', () => {
|
||||
const wrapper = mountLocation({ location: '' });
|
||||
const placeholder = wrapper.find('.transparent');
|
||||
const placeholder = wrapper.find('.text-transparent');
|
||||
expect(placeholder.exists()).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user