Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
garanews
2020-10-07 12:29:30 +02:00
committed by GitHub
parent 9c112cd785
commit 61749dee23
28 changed files with 37 additions and 37 deletions

View File

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

View File

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

View File

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

View File

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