mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typos (#28074)
Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
@@ -75,7 +75,7 @@ Example output:
|
||||
|
||||
█ user auth token test
|
||||
|
||||
█ user authenticates thru ui with username and password
|
||||
█ user authenticates through ui with username and password
|
||||
|
||||
✓ response status is 200
|
||||
✓ response has cookie 'grafana_session' with 32 characters
|
||||
|
||||
@@ -23,7 +23,7 @@ export const setup = () => {
|
||||
export default data => {
|
||||
group('annotation by tag test', () => {
|
||||
if (__ITER === 0) {
|
||||
group('user authenticates thru ui with username and password', () => {
|
||||
group('user authenticates through ui with username and password', () => {
|
||||
let res = client.ui.login('admin', 'admin');
|
||||
|
||||
check(res, {
|
||||
|
||||
@@ -24,7 +24,7 @@ export const setup = () => {
|
||||
export default data => {
|
||||
group(`user auth token slow test (queries between 1 and ${slowQuery} seconds)`, () => {
|
||||
if (__ITER === 0) {
|
||||
group('user authenticates thru ui with username and password', () => {
|
||||
group('user authenticates through ui with username and password', () => {
|
||||
let res = client.ui.login('admin', 'admin');
|
||||
|
||||
check(res, {
|
||||
|
||||
@@ -23,7 +23,7 @@ export const setup = () => {
|
||||
export default data => {
|
||||
group('user auth token test', () => {
|
||||
if (__ITER === 0) {
|
||||
group('user authenticates thru ui with username and password', () => {
|
||||
group('user authenticates through ui with username and password', () => {
|
||||
let res = client.ui.login('admin', 'admin');
|
||||
|
||||
check(res, {
|
||||
|
||||
Reference in New Issue
Block a user