Issue with Earthquake Totem not able to cast

I am trying to get a Elemental macro set up for AOE and I am having issues with casting Earthquake Totem. It skips over it and even with a written macro for “/castsequence Chain Lightning,Chain Lightning,Chain Lightning, Earthquake totem,” it will hang on the Earthquake cast.I have a working macro for my boomkin that lets me cast starfall and I took that and edited it for my shaman and when it gets to Earthquake totem you can here it click a few tines then the casting aoe target comes up. Is there something I am doing wrong or is something not coded right?

Sequences['AOE_Test'] = {
author="Mudbugs@Area 52",
specID=262,
helpTxt = "Talents: 3 1 1 2 2 1 1",
icon=136036,
PreMacro=[[
/targetenemy [noharm][dead]
]],
	'/castsequence Chain Lightning,Chain Lightning,Chain Lightning,Earthquake Totem',
PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
]],
}

is what I am using to test and see if it hangs up for anyone else.

Any info or input is greatly appreciated!

and I just did /castsequence Chain Lightning,Chain Lightning,Chain Lightning, Earthquake totem as a stand alone macro and it works fine.